runtime change
This commit is contained in:
parent
a31ee8956c
commit
6a0581774c
@ -9,7 +9,7 @@ from core import generalInformation
|
|||||||
|
|
||||||
environment = {
|
environment = {
|
||||||
'running':True,
|
'running':True,
|
||||||
'debug':None,
|
|
||||||
'columns': 0,
|
'columns': 0,
|
||||||
'lines': 0,
|
'lines': 0,
|
||||||
'delta': '',
|
'delta': '',
|
||||||
@ -23,15 +23,11 @@ environment = {
|
|||||||
'newContentAttrib': b'',
|
'newContentAttrib': b'',
|
||||||
'oldTTY':'-1', #to get shure that the first loop is a chagne
|
'oldTTY':'-1', #to get shure that the first loop is a chagne
|
||||||
'newTTY':'0',
|
'newTTY':'0',
|
||||||
'speechDriverString':'',
|
'screenData' = screenData.screenData,
|
||||||
'speechDriver': None,
|
'runtime' = runtime.runtime,
|
||||||
'screenDriverString': '',
|
'generalInformation' = generalInformation.generalInformation,
|
||||||
'screenDriver': None,
|
|
||||||
'soundDriverString': '',
|
|
||||||
'soundDriver': None,
|
|
||||||
'inputManager': None,
|
|
||||||
'settings' = settings.settings,
|
'settings' = settings.settings,
|
||||||
'bindings' = bindings.bindings,
|
'bindings' = bindings.bindings,
|
||||||
'soundIcons' = soundIcons.soundIcons,
|
'soundIcons' = soundIcons.soundIcons,
|
||||||
'autospeak' = ['speak_delta'],
|
'autospeak' = ['speak_delta']
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user