TERMCAP experts READ UP!!!
Doug Gwyn
gwyn at smoke.BRL.MIL
Wed Feb 14 03:31:38 AEST 1990
In article <1831 at unccvax.UUCP> cs00chs at unccvax.UUCP (charles spell) writes:
>Are the sf= and sr= entries supposed to scroll the entire screen no
>matter where the cursor is located or are they for only when the cursor
>is on the top (sf=) and bottom (sr=) lines? Thanx for your time...
>From the 4.3BSD termcap manual entry:
In order to scroll text up, a program goes to the bottom left
corner of the screen and sends the "sf" (index) string. To
scroll text down, a program goes to the top left corner of the
screen and sends the "sr" (reverse index) string. The strings
"sf" and "sr" have undefined behavior when not on their
respective corners of the screen.
More information about the Comp.unix.wizards
mailing list