crossterm-rs/crossterm

event polling example broken in windows git bash

Closed this issue · 2 comments

windows 10 and git-bash

cargo r --example event-poll-read

none of the expected events arrive:

Screenflick.Movie.8.mp4

There are some other issues related to this problem. The problem is that winapi is not directly accessible through git bash on windows. I am not directly aware of howe we could potential fix this.

see: #580