fix interrupt on keypress

This commit is contained in:
chrys 2016-09-29 21:38:45 +02:00
parent fcea64865b
commit 40b257f4e7

View File

@ -23,7 +23,6 @@ class command():
return
if self.env['screenData']['newTTY'] != self.env['screenData']['oldTTY']:
return
print(self.environment['input']['currInput'])
self.env['runtime']['outputManager'].interruptOutput()
def setCallback(self, callback):