Update screenData.py

This commit is contained in:
chrys87 2016-09-20 11:15:20 +02:00 committed by GitHub
parent 7ff3d77519
commit f15ec2e7cc

View File

@ -17,6 +17,8 @@ screenData = {
'oldContentBytes': b'',
'oldContentText': '',
'oldContentAttrib': b'',
'oldApplication': [],
'oldTTY':'-1',
'newDelta': '',
'newNegativeDelta': '',
'newCursorReview':None,
@ -24,7 +26,7 @@ screenData = {
'newContentBytes': b'',
'newContentText': '',
'newContentAttrib': b'',
'oldTTY':'-1',
'newTTY':'0',
'newApplication': [],
'lastScreenUpdate': time.time()
}