Does terminal have csr capability
I understand I can create a scroll region on my screen by establishing it using tput csr. As I understand it csr is not in every terminal's capability. Is there a way to find if this terminal has that capability?
I tried tput csr 10 20 but the test was inconclusive.
|