
# A simple script to reset the scrolling regions of a vt100 terminal
#
# 'echo' must be able to understand octal escape sequences.

echo '\033[;r\033[;H\033[2J'
