dotfiles/dot_config/bash/window.sh

9 lines
225 B
Bash

# No locking on Ctrl-S
stty -ixon
# check the window size after each command and, if necessary,
# update the values of LINES and COLUMNS.
shopt -s checkwinsize
if [ -x /usr/bin/resizewin ] ; then /usr/bin/resizewin -z ; fi