Update ptyDriver.py
This commit is contained in:
parent
181c9bd2fe
commit
ba6826284f
@ -203,7 +203,7 @@ class driver(screenDriver):
|
|||||||
eventQueue.put({"Type":fenrirEventType.ScreenUpdate,
|
eventQueue.put({"Type":fenrirEventType.ScreenUpdate,
|
||||||
"Data":screen_utils.createScreenEventData(self.terminal.GetScreenContent())
|
"Data":screen_utils.createScreenEventData(self.terminal.GetScreenContent())
|
||||||
})
|
})
|
||||||
os.write(sys.stdout.fileno(), msgBytes)
|
self.injectTextToScreen(msgBytes, screen=sys.stdout.fileno(),)
|
||||||
except Exception as e: # Process died?
|
except Exception as e: # Process died?
|
||||||
print(e)
|
print(e)
|
||||||
active.value = False
|
active.value = False
|
||||||
|
Loading…
Reference in New Issue
Block a user