Skip to content

Commit

Permalink
Merge branch 'crossterm-rs:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
WanderLanz committed Feb 8, 2023
2 parents 5bcc83a + 383d9a7 commit 78b003d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/terminal/sys/unix.rs
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ fn read_supports_keyboard_enhancement_raw() -> Result<bool> {
let mut stdout = io::stdout();
stdout.write_all(QUERY)?;
stdout.flush()?;
return Ok(false);
}

loop {
Expand Down

0 comments on commit 78b003d

Please sign in to comment.