magmax / python-readchar

Python library to read characters and key strokes
MIT License
143 stars 45 forks source link

Fix Cygwin Terminal #41

Closed moneytoo closed 2 years ago

moneytoo commented 5 years ago

Without this PR, I'm unable to use readchar from inside Cygwin Terminal with Cygwin build of Python because the import of msvcrt fails. (Windows builds of Python work fine anywhere - in Command Prompt, Cygwin Terminal or MinGW.)

Cube707 commented 2 years ago

out of date