initial word echo

This commit is contained in:
chrys
2016-08-06 14:12:29 +02:00
parent cea7fe6c5b
commit e5ffd128b7
6 changed files with 24 additions and 62 deletions

View File

@ -5,7 +5,9 @@ class command():
pass
def run(self, environment):
if not environment['runtime']['settingsManager'].getSettingAsBool(environment, 'keyboard', 'interruptOnKeyPress'):
return environment
return environment
if environment['screenData']['newTTY'] != environment['screenData']['oldTTY']:
return environment
# if environment['screenData']['newCursor'] == environment['screenData']['oldCursor'] and\
# environment['screenData']['newDelta'] == environment['screenData']['oldDelta']:
# return environment