Xref: utzoo comp.unix.wizards:20578 comp.unix.questions:19863 Path: utzoo!utgpu!jarvis.csri.toronto.edu!clyde.concordia.ca!uunet!aplcen!haven!adm!smoke!gwyn From: gwyn@smoke.BRL.MIL (Doug Gwyn) Newsgroups: comp.unix.wizards,comp.unix.questions Subject: Re: TERMCAP experts READ UP!!! Keywords: sf= and sr= entries Message-ID: <12126@smoke.BRL.MIL> Date: 13 Feb 90 16:31:38 GMT References: <1831@unccvax.UUCP> Reply-To: gwyn@brl.arpa (Doug Gwyn) Followup-To: comp.unix.wizards Organization: Ballistic Research Lab (BRL), APG, MD. Lines: 13 In article <1831@unccvax.UUCP> cs00chs@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.