[skip travis] Added comment.

This commit is contained in:
ClementTsang 2019-09-25 01:56:41 -04:00
parent 12deeb9c46
commit f5d1f624cc
1 changed files with 1 additions and 0 deletions

View File

@ -101,6 +101,7 @@ fn main() -> error::Result<()> {
let input = input();
input.enable_mouse_mode().unwrap();
// TODO: I don't like this... seems odd async doesn't work on linux (then again, sync didn't work on windows)
if cfg!(target_os = "linux") {
let reader = input.read_sync();
for event in reader {