add highlight tracking to screenData
This commit is contained in:
parent
5839a8fbcb
commit
227e136bdd
@ -11,8 +11,10 @@ screenData = {
|
|||||||
'columns': 0,
|
'columns': 0,
|
||||||
'lines': 0,
|
'lines': 0,
|
||||||
'oldDelta': '',
|
'oldDelta': '',
|
||||||
|
'oldAttribDelta': '',
|
||||||
'oldNegativeDelta': '',
|
'oldNegativeDelta': '',
|
||||||
'oldCursorReview':None,
|
'oldCursorReview':None,
|
||||||
|
'oldCursorAttrib':None,
|
||||||
'oldCursor':{'x':0,'y':0},
|
'oldCursor':{'x':0,'y':0},
|
||||||
'oldContentBytes': b'',
|
'oldContentBytes': b'',
|
||||||
'oldContentText': '',
|
'oldContentText': '',
|
||||||
@ -21,7 +23,9 @@ screenData = {
|
|||||||
'oldTTY':None,
|
'oldTTY':None,
|
||||||
'newDelta': '',
|
'newDelta': '',
|
||||||
'newNegativeDelta': '',
|
'newNegativeDelta': '',
|
||||||
|
'newAttribDelta': '',
|
||||||
'newCursorReview':None,
|
'newCursorReview':None,
|
||||||
|
'newCursorAttrib':None,
|
||||||
'newCursor':{'x':0,'y':0},
|
'newCursor':{'x':0,'y':0},
|
||||||
'newContentBytes': b'',
|
'newContentBytes': b'',
|
||||||
'newContentText': '',
|
'newContentText': '',
|
||||||
|
Loading…
Reference in New Issue
Block a user