fix Windows

This commit is contained in:
sxyazi 2024-07-25 07:22:06 +08:00
parent be3b775a39
commit 011685c624
No known key found for this signature in database

View file

@ -237,5 +237,8 @@ mod cursor {
DisableBlinking.write_ansi(f)
}
}
#[cfg(windows)]
fn execute_winapi(&self) -> std::io::Result<()> { Ok(()) }
}
}