change structure
This commit is contained in:
parent
5f91077ba9
commit
d430583f51
@ -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',
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user