From c1d9f57107ee4032b0adb81c8620b20315529a51 Mon Sep 17 00:00:00 2001 From: Fabian Boehm Date: Fri, 30 Aug 2024 21:30:05 +0200 Subject: [PATCH] CHANGELOG --- CHANGELOG.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 2d55f0057..34841994d 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -200,6 +200,7 @@ Improved terminal support - Fish now sets the terminal window title (via OSC 0) unconditionally instead of only for some terminals (:issue:`10037`). - Focus reporting in tmux is no longer disabled on the first prompt. - Focus reporting is now disabled during execution of bind commands (:issue:`6942`). +- ``fish_vi_cursor`` no longer attempts to detect if the terminal is capable, as we can no longer find terminals that aren't and the allowlist was hard to keep up-to-date. (:issue:`10693`) Other improvements ------------------