initial key handling

This commit is contained in:
chrys
2016-07-07 21:40:10 +02:00
parent f7fa100173
commit 5ee9dca99e
4 changed files with 32 additions and 5 deletions

View File

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