mirror of
https://github.com/He4eT/cheap-glkote.git
synced 2026-05-05 08:57:25 +00:00
Add the possibility to specify the screen size
This commit is contained in:
parent
af71e2f706
commit
d283f27e81
3 changed files with 21 additions and 9 deletions
|
|
@ -5,8 +5,8 @@
|
|||
const GlkOte = require('./glkOte/glkote-term')
|
||||
|
||||
class CheapGlkOte extends GlkOte {
|
||||
constructor(handlers, loggers) {
|
||||
super()
|
||||
constructor(handlers, loggers, size) {
|
||||
super(size)
|
||||
|
||||
this.current_input_type = null
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue