Fix Unknown Signal 'winch'

Fixes an annoying error that affects machines with Turkish locales
This commit is contained in:
PythEch 2015-07-23 22:21:41 +03:00 committed by ridiculousfish
parent 78d4f22ce4
commit b32f770a69

View file

@ -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