fix interrupt on keypress
This commit is contained in:
parent
fcea64865b
commit
40b257f4e7
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user