mirror of
https://github.com/ClementTsang/bottom.git
synced 2025-04-08 17:05:59 +02:00
[skip travis] Added comment.
This commit is contained in:
parent
12deeb9c46
commit
f5d1f624cc
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user