create byte command detection infra and try out fire a command
This commit is contained in:
@ -150,6 +150,9 @@ class driver(screenDriver):
|
||||
print('pre stdin')
|
||||
try:
|
||||
msgBytes = self.readAll(sys.stdin.fileno())
|
||||
eventQueue.put({"Type":fenrirEventType.ByteInput,
|
||||
"Data":msgBytes
|
||||
})
|
||||
except (EOFError, OSError):
|
||||
running = False
|
||||
break
|
||||
|
Reference in New Issue
Block a user