initial key handling
This commit is contained in:
@@ -2,9 +2,10 @@
|
||||
|
||||
runtime = {
|
||||
'running':True,
|
||||
'debug':None,
|
||||
'columns': 0,
|
||||
'lines': 0,
|
||||
'screenDriver': '/dev/vcsa',
|
||||
'screenDriver': None,
|
||||
'delta': '',
|
||||
'oldCursor':{'x':0,'y':0},
|
||||
'oldContentBytes': b'',
|
||||
@@ -22,6 +23,7 @@ runtime = {
|
||||
'screenDriver': None,
|
||||
'soundDriverString': '',
|
||||
'soundDriver': None,
|
||||
'inputManager': None
|
||||
}
|
||||
|
||||
settings = {
|
||||
|
Reference in New Issue
Block a user