The SIGWINCH signal is sent to a process when its controlling terminal changes its size (a window change).
public const SIGWINCH = 'SIGWINCH';