add pause after line

This commit is contained in:
chrys
2016-10-18 15:17:20 +02:00
parent f42eafd816
commit d4402d13cf
6 changed files with 14 additions and 3 deletions

View File

@@ -27,7 +27,7 @@ class command():
if abs(self.env['screenData']['newCursor']['x'] - self.env['screenData']['oldCursor']['x']) >= 1:
if len(self.env['screenData']['newDelta']) <= 2:
return
self.env['runtime']['outputManager'].presentText(self.env['screenData']['newDelta'], interrupt=False)
def setCallback(self, callback):