diff --git a/src/tty/unix.rs b/src/tty/unix.rs index 47e5e8d74..3ec5a74b1 100644 --- a/src/tty/unix.rs +++ b/src/tty/unix.rs @@ -818,7 +818,7 @@ impl RawReader for PosixRawReader { #[cfg(feature = "signal-hook")] fn wait_for_input(&mut self, single_esc_abort: bool) -> Result { - self.select(single_esc_abort) + self.select(None, single_esc_abort) } fn next_key(&mut self, single_esc_abort: bool) -> Result {