TIL that
> uutils read it as “send the default signal to PID -1”, which on Linux means every process you can see.
What's the use case for killing all process you can see?
kill -SIGWINCH -1 will redraw all your windows.
kill -SIGWINCH -1 will redraw all your windows.