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