Add the possibility to specify the screen size

This commit is contained in:
He4eT 2021-07-12 19:04:23 +05:00
commit d283f27e81
3 changed files with 21 additions and 9 deletions

View file

@ -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