fix: remove extra command (#894)

This commit is contained in:
Austin Schey 2024-06-16 07:44:34 -05:00 committed by GitHub
parent fce58c879a
commit be8cb8ce8e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -104,7 +104,6 @@ fn main() -> io::Result<()> {
execute!(
stdout,
DisableBracketedPaste,
PopKeyboardEnhancementFlags,
DisableFocusChange,
DisableMouseCapture
)?;