3 lines
126 B
Bash
3 lines
126 B
Bash
# check the window size after each command and, if necessary,
|
|
# update the values of LINES and COLUMNS.
|
|
shopt -s checkwinsize
|