change structure

This commit is contained in:
chrys87 2016-07-08 11:22:40 +02:00 committed by GitHub
parent 870c701b7d
commit 5f91077ba9

View File

@ -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,