add highlight tracking to screenData

This commit is contained in:
chrys 2016-10-29 16:44:26 +02:00
parent 5839a8fbcb
commit 227e136bdd

View File

@ -11,8 +11,10 @@ screenData = {
'columns': 0,
'lines': 0,
'oldDelta': '',
'oldAttribDelta': '',
'oldNegativeDelta': '',
'oldCursorReview':None,
'oldCursorAttrib':None,
'oldCursor':{'x':0,'y':0},
'oldContentBytes': b'',
'oldContentText': '',
@ -21,7 +23,9 @@ screenData = {
'oldTTY':None,
'newDelta': '',
'newNegativeDelta': '',
'newAttribDelta': '',
'newCursorReview':None,
'newCursorAttrib':None,
'newCursor':{'x':0,'y':0},
'newContentBytes': b'',
'newContentText': '',