mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-21 23:01:05 +00:00
fix: Chafa v1.18.1 causes random ghost keypresses when previewing images (#3678)
This commit is contained in:
parent
98b1614016
commit
c3bc4fecad
2 changed files with 4 additions and 0 deletions
|
|
@ -36,6 +36,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/):
|
|||
|
||||
- Archive extraction fails for target paths with non-ASCII characters on Windows ([#3607])
|
||||
- Make `ya pkg` ignore default remote name in user Git config ([#3648])
|
||||
- Chafa v1.18.1 causes random ghost keypresses when previewing images ([#3678])
|
||||
|
||||
### Improved
|
||||
|
||||
|
|
@ -1653,3 +1654,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/):
|
|||
[#3666]: https://github.com/sxyazi/yazi/pull/3666
|
||||
[#3668]: https://github.com/sxyazi/yazi/pull/3668
|
||||
[#3677]: https://github.com/sxyazi/yazi/pull/3677
|
||||
[#3678]: https://github.com/sxyazi/yazi/pull/3678
|
||||
|
|
|
|||
|
|
@ -19,6 +19,8 @@ impl Chafa {
|
|||
"symbols",
|
||||
"--relative",
|
||||
"off",
|
||||
"--probe",
|
||||
"off",
|
||||
"--polite",
|
||||
"on",
|
||||
"--passthrough",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue