Skip to content

Commit

Permalink
pass windows
Browse files Browse the repository at this point in the history
Signed-off-by: Andrei Stan <[email protected]>
  • Loading branch information
andreistan26 committed Jan 13, 2024
1 parent d5d51ee commit d0786ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tty/windows.rs
Original file line number Diff line number Diff line change
Expand Up @@ -653,6 +653,7 @@ impl Term for Console {
_tab_stop: usize,
bell_style: BellStyle,
_enable_bracketed_paste: bool,
_enable_signals: bool,
) -> Result<Console> {
let (conin, conout, close_on_drop) = if behavior == Behavior::PreferTerm {
if let (Ok(conin), Ok(conout)) = (
Expand Down

0 comments on commit d0786ee

Please sign in to comment.