diff --git a/src/fenrir/commands/onScreenUpdate/70000-incoming.py b/src/fenrir/commands/onScreenUpdate/70000-incoming.py index fe941a39..85d75bd7 100644 --- a/src/fenrir/commands/onScreenUpdate/70000-incoming.py +++ b/src/fenrir/commands/onScreenUpdate/70000-incoming.py @@ -28,7 +28,7 @@ class command(): if len(self.env['screenData']['newDelta'].strip(' \n\t')) <= 2: return - self.env['runtime']['outputManager'].presentText(self.env['screenData']['newDelta'], interrupt=False) + self.env['runtime']['outputManager'].presentText(self.env['screenData']['newDelta'], interrupt=False,flush=False) def setCallback(self, callback): pass