mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 08:41:05 +00:00
..
This commit is contained in:
parent
7226dd5115
commit
82dbc4cbcf
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ impl Term {
|
|||
enable_raw_mode()?;
|
||||
queue!(stdout(), EnterAlternateScreen, EnableBracketedPaste, EnableFocusChange)?;
|
||||
|
||||
if matches!(supports_keyboard_enhancement(), Ok(true)) {
|
||||
if let Ok(true) = supports_keyboard_enhancement() {
|
||||
queue!(
|
||||
stdout(),
|
||||
PushKeyboardEnhancementFlags(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue