SIGWINCH          764 plugin/ipc/file/filewrappers.cpp     kill(getpid(), SIGWINCH); // Tell application to look up true winsize
SIGWINCH          285 plugin/pid/pid_filewrappers.cpp     kill(getpid(), SIGWINCH); // Tell application to look up true winsize
SIGWINCH          126 terminal.cpp     if (kill(getpid(), SIGWINCH) == -1) {}  /* No remedy if error */