fix: Chafa v1.18.1 causes random ghost keypresses when previewing images (#3678)

This commit is contained in:
三咲雅 misaki masa 2026-02-12 00:12:42 +08:00 committed by GitHub
parent 98b1614016
commit c3bc4fecad
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 0 deletions

View file

@ -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]) - 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]) - 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 ### 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 [#3666]: https://github.com/sxyazi/yazi/pull/3666
[#3668]: https://github.com/sxyazi/yazi/pull/3668 [#3668]: https://github.com/sxyazi/yazi/pull/3668
[#3677]: https://github.com/sxyazi/yazi/pull/3677 [#3677]: https://github.com/sxyazi/yazi/pull/3677
[#3678]: https://github.com/sxyazi/yazi/pull/3678

View file

@ -19,6 +19,8 @@ impl Chafa {
"symbols", "symbols",
"--relative", "--relative",
"off", "off",
"--probe",
"off",
"--polite", "--polite",
"on", "on",
"--passthrough", "--passthrough",