terminology/tests/decsclm.sh

11 lines
161 B
Bash
Raw Permalink Normal View History

#!/bin/sh
# fill space with E
2018-12-28 08:58:53 -08:00
printf '\033[69;1;1;25;80\044x'
# set scrolling mode to fast
printf '\033[?4l'
# set scrolling mode to smooth
printf '\033[?4h'