 | | Both BSD and SVR4 provide a method to keep track of the current terminal size (or window size). The kernel will notify the foreground process group whenever this information is changed (e.g., when the user resizes his window) by sending a SIGWINCH signal. (Background processes should check the window size when they are moved into the foregound, to be sure it hasn't changed.) | |
|