mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 15:14:44 +00:00
CHANGELOG
This commit is contained in:
parent
a78d085df2
commit
c1fd99188f
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@ Scripting improvements
|
|||
Interactive improvements
|
||||
------------------------
|
||||
- Cancelling an initial command via control-C no longer prevents configuration scripts from running (:issue:`9024`).
|
||||
- If the terminal definition for $TERM can't be used, fish now tries using the "xterm-256color" and "xterm" definitions before "ansi" and "dumb". As the majority of terminal emulators in common use are now more or less xterm-compatible (often even explicitly claiming the xterm-256color entry), this should often result in a fully or almost fully usable terminal (:issue:`9026`).
|
||||
|
||||
New or improved bindings
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
|
Loading…
Reference in a new issue