From ad6cb35d78e5fa649969686281c3cf9ca6098a5f Mon Sep 17 00:00:00 2001 From: sxyazi Date: Thu, 12 Feb 2026 00:10:17 +0800 Subject: [PATCH] fix: Chafa v1.18.1 causes random ghost keypresses when previewing images --- yazi-adapter/src/drivers/chafa.rs | 2 ++ 1 file changed, 2 insertions(+) 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",