Silence winch handler

Fixes #4876.
This commit is contained in:
Fabian Homborg 2018-05-29 18:32:54 +02:00
parent 93d40f9143
commit 0f4126c115

View file

@ -263,7 +263,7 @@ function __fish_config_interactive -d "Initializations that should be performed
end
function __fish_winch_handler --on-signal WINCH -d "Repaint screen when window changes size"
commandline -f repaint
commandline -f repaint >/dev/null 2>/dev/null
end
# Notify terminals when $PWD changes (issue #906).