diff --git a/src/fenrir/core/screenData.py b/src/fenrir/core/screenData.py index da6e771d..d3521508 100644 --- a/src/fenrir/core/screenData.py +++ b/src/fenrir/core/screenData.py @@ -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': '',