From 1651db23febd01088993b809bb665e3bbed6e4aa Mon Sep 17 00:00:00 2001 From: Mahmoud Al-Qudsi Date: Sun, 7 Feb 2021 10:35:54 -0600 Subject: [PATCH] Update CHANGELOG to add issue 4873 to 3.2.0 release --- CHANGELOG.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index d438bdaeb..7e91220da 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -287,6 +287,9 @@ Improved terminal support - fish now sets terminal modes sooner, which stops output from appearing before the greeting and prompt are ready (:issue:`7489`). - Better detection of new Konsole versions for truecolor support and cursor shape changing. - fish no longer attempts to modify the terminal size via ``TIOCSWINSZ`` (:issue:`6994`). +- Terminal state is no longer corrupted if a TUI application that enables mouse mouse support + crashes or exits uncleanly; fish now responds by discarding mouse position CSIs and disabling + future mouse reporting (:issue:`4873`). Completions ^^^^^^^^^^^