Skip to content

Commit

Permalink
Oops
Browse files Browse the repository at this point in the history
  • Loading branch information
gwenn committed Sep 8, 2024
1 parent 33302a8 commit 792f9a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tty/unix.rs
Original file line number Diff line number Diff line change
Expand Up @@ -818,7 +818,7 @@ impl RawReader for PosixRawReader {

#[cfg(feature = "signal-hook")]
fn wait_for_input(&mut self, single_esc_abort: bool) -> Result<Event> {
self.select(single_esc_abort)
self.select(None, single_esc_abort)
}

fn next_key(&mut self, single_esc_abort: bool) -> Result<KeyEvent> {
Expand Down

0 comments on commit 792f9a7

Please sign in to comment.