BearLibTerminal icon indicating copy to clipboard operation
BearLibTerminal copied to clipboard

Python read function always returns 224

Open pabrams opened this issue 2 years ago • 1 comments

contents of 224.py:

from bearlibterminal import terminal as term
key = term.read()
print('key:')
print(key)

Output:

me@pop-os:~/bearlibterminal$ python 224.py
key:
224 

pabrams avatar May 01 '22 17:05 pabrams

What the heck is 224?

pabrams avatar May 01 '22 17:05 pabrams