From 792f9a743a9e6a4bab180364e1f0523e603b20f1 Mon Sep 17 00:00:00 2001 From: gwenn Date: Sun, 8 Sep 2024 13:16:12 +0200 Subject: [PATCH] Oops --- src/tty/unix.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {