mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 08:41:05 +00:00
fix Windows
This commit is contained in:
parent
be3b775a39
commit
011685c624
1 changed files with 3 additions and 0 deletions
|
|
@ -237,5 +237,8 @@ mod cursor {
|
|||
DisableBlinking.write_ansi(f)
|
||||
}
|
||||
}
|
||||
|
||||
#[cfg(windows)]
|
||||
fn execute_winapi(&self) -> std::io::Result<()> { Ok(()) }
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue