change structure

This commit is contained in:
chrys87 2016-07-08 11:23:31 +02:00 committed by GitHub
parent 5f91077ba9
commit d430583f51

View File

@ -1,4 +1,17 @@
#!/bin/python
screenData = {
'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',
}