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