Skip to content

Commit

Permalink
Add TODO(#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
rexim committed Jun 28, 2021
1 parent d8295d2 commit 61e3a32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ctrlc.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use std::sync::atomic::{AtomicBool, Ordering};

// TODO: ctrlc module is not implemented for windows
// TODO(#23): ctrlc module is not implemented for windows
// It's not that important right now, since ncurses crate already prevents it from working properly
// on windows anyway.
#[cfg(not(unix))]
Expand Down

0 comments on commit 61e3a32

Please sign in to comment.