mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-28 13:53:10 +00:00
Update CHANGELOG to add issue 4873 to 3.2.0 release
This commit is contained in:
parent
c633ce7e76
commit
1651db23fe
1 changed files with 3 additions and 0 deletions
|
@ -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`).
|
- 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.
|
- 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`).
|
- 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
|
Completions
|
||||||
^^^^^^^^^^^
|
^^^^^^^^^^^
|
||||||
|
|
Loading…
Reference in a new issue