mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-02 05:41:16 -03:00
Fix Unknown Signal 'winch'
Fixes an annoying error that affects machines with Turkish locales
This commit is contained in:
@@ -183,7 +183,7 @@ function __fish_config_interactive -d "Initializations that should be performed
|
|||||||
__fish_reload_key_bindings ^ /dev/null
|
__fish_reload_key_bindings ^ /dev/null
|
||||||
|
|
||||||
# Repaint screen when window changes size
|
# Repaint screen when window changes size
|
||||||
function __fish_winch_handler --on-signal winch
|
function __fish_winch_handler --on-signal WINCH
|
||||||
commandline -f repaint
|
commandline -f repaint
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user