From 6414500f6ddb6f44640e02726d063b9648bd61fa Mon Sep 17 00:00:00 2001 From: chrys87 Date: Thu, 15 Mar 2018 14:24:53 +0100 Subject: [PATCH] Update 70000-incoming.py --- src/fenrir/commands/onScreenUpdate/70000-incoming.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/fenrir/commands/onScreenUpdate/70000-incoming.py b/src/fenrir/commands/onScreenUpdate/70000-incoming.py index df8e4da7..0e0cca82 100644 --- a/src/fenrir/commands/onScreenUpdate/70000-incoming.py +++ b/src/fenrir/commands/onScreenUpdate/70000-incoming.py @@ -30,6 +30,8 @@ class command(): self.env['runtime']['debug'].writeDebugOut('newY:' + str(self.env['screen']['newCursor']['y']) + 'oldY:' + str(self.env['screen']['oldCursor']['y']),debug.debugLevel.INFO) self.env['runtime']['debug'].writeDebugOut('xMove:'+ str(xMove)+' yMove:'+str(yMove),debug.debugLevel.INFO) self.env['runtime']['debug'].writeDebugOut('NewDeltaLen:'+len(self.env['screen']['newDelta']),debug.debugLevel.INFO) + self.env['runtime']['debug'].writeDebugOut(str(self.env['screen']),debug.debugLevel.INFO) + if (xMove >= 1) and xMove == len(self.env['screen']['newDelta']): # if len(self.env['screen']['newDelta'].strip(' \n\t0123456789')) <= 2: return