fix some other things :)

This commit is contained in:
chrys
2016-07-17 01:20:42 +02:00
parent 15d11c96f0
commit 027be8a80b
5 changed files with 10 additions and 12 deletions

View File

@@ -7,7 +7,7 @@ class command():
if environment['screenData']['newDelta'] == environment['screenData']['oldDelta'] and \
environment['screenData']['newTTY'] == environment['screenData']['oldTTY']:
return environment
environment['runtime']['outputManager'].presentText(environment, environment['screenData']['newDelta'],len(environment['screenData']['newDelta']) == 1)
environment['runtime']['outputManager'].presentText(environment, environment['screenData']['newDelta'],False)
return environment
def setCallback(self, callback):
pass