change structure
This commit is contained in:
parent
870c701b7d
commit
5f91077ba9
@ -8,19 +8,6 @@ from core import screenData
|
|||||||
from core import generalInformation
|
from core import generalInformation
|
||||||
|
|
||||||
environment = {
|
environment = {
|
||||||
'columns': 0,
|
|
||||||
'lines': 0,
|
|
||||||
'delta': '',
|
|
||||||
'oldCursor':{'x':0,'y':0},
|
|
||||||
'oldContentBytes': b'',
|
|
||||||
'oldContentText': '',
|
|
||||||
'oldContentAttrib': b'',
|
|
||||||
'newCursor':{'x':0,'y':0},
|
|
||||||
'newContentBytes': b'',
|
|
||||||
'newContentText': '',
|
|
||||||
'newContentAttrib': b'',
|
|
||||||
'oldTTY':'-1', #to get shure that the first loop is a chagne
|
|
||||||
'newTTY':'0',
|
|
||||||
'screenData' = screenData.screenData,
|
'screenData' = screenData.screenData,
|
||||||
'runtime' = runtime.runtime,
|
'runtime' = runtime.runtime,
|
||||||
'generalInformation' = generalInformation.generalInformation,
|
'generalInformation' = generalInformation.generalInformation,
|
||||||
|
Loading…
Reference in New Issue
Block a user