diff --git a/CHANGELOG.md b/CHANGELOG.md index 81cecd9b..00c3ac16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/yazi-adapter/src/drivers/chafa.rs b/yazi-adapter/src/drivers/chafa.rs index f4c1c511..0f2f2171 100644 --- a/yazi-adapter/src/drivers/chafa.rs +++ b/yazi-adapter/src/drivers/chafa.rs @@ -19,6 +19,8 @@ impl Chafa { "symbols", "--relative", "off", + "--probe", + "off", "--polite", "on", "--passthrough",