Update screenData.py
This commit is contained in:
parent
7ff3d77519
commit
f15ec2e7cc
@ -17,6 +17,8 @@ screenData = {
|
|||||||
'oldContentBytes': b'',
|
'oldContentBytes': b'',
|
||||||
'oldContentText': '',
|
'oldContentText': '',
|
||||||
'oldContentAttrib': b'',
|
'oldContentAttrib': b'',
|
||||||
|
'oldApplication': [],
|
||||||
|
'oldTTY':'-1',
|
||||||
'newDelta': '',
|
'newDelta': '',
|
||||||
'newNegativeDelta': '',
|
'newNegativeDelta': '',
|
||||||
'newCursorReview':None,
|
'newCursorReview':None,
|
||||||
@ -24,7 +26,7 @@ screenData = {
|
|||||||
'newContentBytes': b'',
|
'newContentBytes': b'',
|
||||||
'newContentText': '',
|
'newContentText': '',
|
||||||
'newContentAttrib': b'',
|
'newContentAttrib': b'',
|
||||||
'oldTTY':'-1',
|
|
||||||
'newTTY':'0',
|
'newTTY':'0',
|
||||||
|
'newApplication': [],
|
||||||
'lastScreenUpdate': time.time()
|
'lastScreenUpdate': time.time()
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user