restructure environment
This commit is contained in:
parent
123d45ba92
commit
d9eeb47bd6
@ -1,11 +1,17 @@
|
||||
#!/bin/python
|
||||
|
||||
settings = {
|
||||
|
||||
}
|
||||
|
||||
soundIcons = {
|
||||
}
|
||||
|
||||
runtime = {
|
||||
'running':True,
|
||||
'debug':None,
|
||||
'columns': 0,
|
||||
'lines': 0,
|
||||
'screenDriver': None,
|
||||
'delta': '',
|
||||
'oldCursor':{'x':0,'y':0},
|
||||
'oldContentBytes': b'',
|
||||
@ -15,7 +21,7 @@ runtime = {
|
||||
'newContentBytes': b'',
|
||||
'newContentText': '',
|
||||
'newContentAttrib': b'',
|
||||
'oldTTY':'0',
|
||||
'oldTTY':'-1', #to get shure that the first loop is a chagne
|
||||
'newTTY':'0',
|
||||
'speechDriverString':'',
|
||||
'speechDriver': None,
|
||||
@ -23,9 +29,9 @@ runtime = {
|
||||
'screenDriver': None,
|
||||
'soundDriverString': '',
|
||||
'soundDriver': None,
|
||||
'inputManager': None
|
||||
}
|
||||
|
||||
settings = {
|
||||
|
||||
'inputManager': None,
|
||||
'settings' = settings,
|
||||
'bindings' = {},
|
||||
'autospeak' = [],
|
||||
'soundIcons' = {}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user