Skip to content

Commit

Permalink
Remove unused cruft
Browse files Browse the repository at this point in the history
  • Loading branch information
djc committed Feb 27, 2025
1 parent 8623cd6 commit 456eb78
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/windows_term/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -130,10 +130,6 @@ fn enable_ansi_on(out: &Term) -> bool {
.is_some()
}

// fn set_enable_processed_input(out: &Term, enable: bool) -> bool {
// set_console_mode(out, ENABLE_PROCESSED_INPUT, enable)
// }

unsafe fn console_on_any(fds: &[STD_HANDLE]) -> bool {
for &fd in fds {
let mut out = 0;
Expand Down

0 comments on commit 456eb78

Please sign in to comment.