mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-22 13:13:15 +08:00
Mention in changelog that universal notifiers are not yet supported on BSD
This commit is contained in:
parent
7c5f0fea1c
commit
615b413335
|
@ -102,6 +102,7 @@ Deprecations and removed features
|
||||||
If this happens, you can use the ``reset`` command from ``ncurses`` to restore the terminal state.
|
If this happens, you can use the ``reset`` command from ``ncurses`` to restore the terminal state.
|
||||||
- ``fish_key_reader --verbose`` is now ignored, so it no longer shows raw byte values or timing information.
|
- ``fish_key_reader --verbose`` is now ignored, so it no longer shows raw byte values or timing information.
|
||||||
Raw byte values should no longer be necessary because fish now decodes them to the new human-readable key names for builtin bind.
|
Raw byte values should no longer be necessary because fish now decodes them to the new human-readable key names for builtin bind.
|
||||||
|
- Instant propagation of universal variables now only works on Linux and macOS. On other platforms, changes to universal variables may only become visible on the next prompt.
|
||||||
|
|
||||||
Scripting improvements
|
Scripting improvements
|
||||||
----------------------
|
----------------------
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
#RUN: %fish %s
|
#RUN: %fish %s
|
||||||
#REQUIRES: command -v tmux
|
#REQUIRES: command -v tmux
|
||||||
|
#REQUIRES: uname | grep -v BSD
|
||||||
|
|
||||||
set -g isolated_tmux_fish_extra_args -C '
|
set -g isolated_tmux_fish_extra_args -C '
|
||||||
function fish_prompt
|
function fish_prompt
|
||||||
|
|
Loading…
Reference in New Issue
Block a user