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
a83ea16d8f
commit
d88211cadf
1 changed files with 4 additions and 0 deletions
|
|
@ -50,6 +50,10 @@ impl Signals {
|
||||||
true
|
true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#[cfg(windows)]
|
||||||
|
#[inline]
|
||||||
|
fn handle_sys(_: ()) -> bool { unreachable!() }
|
||||||
|
|
||||||
#[inline]
|
#[inline]
|
||||||
fn handle_term(event: CrosstermEvent) {
|
fn handle_term(event: CrosstermEvent) {
|
||||||
match event {
|
match event {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue