Open taitep opened 1 year ago
I also have the same problem
termios does not work on windows...
probably in linux/mac python standard library like curses. WSL is linux so it works in there.
Windows is its on beast, particularly for input. It uses msvcrt
which has its own subtle issues.
Curtsies does not support Windows.
When i try to run the demo from the readme, it tells me that the library tries to perform
from termios import *
, but termios does not exist. I am on windows 10 and python 3.11. Issue does not occur in WSL.