From 5bd1536f064fc5912ada41e56752a89750e69001 Mon Sep 17 00:00:00 2001 From: Fabian Homborg Date: Sat, 16 May 2020 13:09:00 +0200 Subject: [PATCH] CHANGELOG terminal modes --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 910e2a1ee..05aa65556 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ - Fixed `pushd`'s behavior with respect to the directory stack when given an invalid argument - A new variable, `$fish_vi_force_cursor`, has been added. This can be set to force `fish_vi_cursor` to attempt changing the cursor shape in vi mode, regardless of terminal. Additionally, the `fish_vi_cursor` option `--force-iterm` has been deprecated; all usages can be replaced by setting `$fish_vi_force_cursor`. - The history file is now created with user-private permissions, matching other shells (#6926). The directory containing the history file remains private, so there should not have been any private date revealed. +- fish no longer disables flow control after every command. Enterprising users can now enable it for external commands with `stty`. (#2315) ### Syntax changes and new commands