You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I suspect what happens is that the msys/mingw console is incorrectly recognized as a Windows console and therefore the Windows system interface is used, when the Unix system interface should be used instead.
This is just a theory though, proper support might be more involved than that.
build this
https://github.com/crossterm-rs/crossterm/blob/master/examples/event-read.rs
on windows, (msvc tool chain). Runs fine normally but run it under MSYS2 and the input handling goes wonky
msys2 from here https://www.msys2.org/
I am happy to dig into this if you could give any suggestions as to where to poke at it
The text was updated successfully, but these errors were encountered: