diff --git a/src/fenrir-package/core/screenData.py b/src/fenrir-package/core/screenData.py index e22c5ace..58bc16bc 100644 --- a/src/fenrir-package/core/screenData.py +++ b/src/fenrir-package/core/screenData.py @@ -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() }