From 9ab77c7ddc845c48d37431bcfafc00e137bdb482 Mon Sep 17 00:00:00 2001 From: ridiculousfish Date: Wed, 10 Mar 2021 22:50:17 -0800 Subject: [PATCH] Relnote fix for #7770 --- CHANGELOG.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 2e0acd5a0..6a4a198c4 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -44,6 +44,7 @@ This release of fish fixes a few issues discovered in fish 3.2.0: - Changing terminal modes inside config.fish now works (:issue:`7783`). - ``set_color --print-colors`` no longer prints all colors in bold (:issue:`7805`) - Completing commands starting with a ``-`` no longer prints an error (:issue:`7809`). +- Commands in key bindings are run with fish's internal tty modes, instead of the tty modes typically used for commands. This fixes a bug introduced in 3.2.0 which could cause text to unexpectedly appear on the terminal (:issue:`7770`). As well as a few small enhancements: