Skip to content

Commit

Permalink
termwiz: fix windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
wez committed Jul 16, 2023
1 parent feb9e11 commit e2c9c60
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions termwiz/src/terminal/windows.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
use crate::escape::csi::{DecPrivateMode, DecPrivateModeCode, Mode, CSI};
use crate::istty::IsTty;
use crate::terminal::ProbeCapabilities;
use crate::{bail, ensure, format_err, Result};
use filedescriptor::{FileDescriptor, OwnedHandle};
use std::cmp::{max, min};
Expand Down

0 comments on commit e2c9c60

Please sign in to comment.