Path: utzoo!attcan!uunet!lll-winken!lll-crg.llnl.gov!casey From: casey@lll-crg.llnl.gov (Casey Leedom) Newsgroups: comp.windows.x Subject: Re: vi and xterm - a solution Summary: any xterm termcap definition should include scrolling region defines Message-ID: <14471@lll-winken.llnl.gov> Date: 7 Dec 88 17:50:43 GMT References: <8811101858.AA05281@ATHENA.MIT.EDU> Sender: usenet@lll-winken.llnl.gov Reply-To: casey@lll-crg.llnl.gov.UUCP (Casey Leedom) Organization: Lawrence Livermore National Laboratory Lines: 14 | From: amellor@CASABLANCA.BBN.COM (Art Mellor) | | Try this: Below you will find a new set of termcap entrys. Any xterm termcap definition should include a scrolling region definition. If it doesn't, some software will use multiple insert and delete lines to do partial page scrolls. On some server implementations, such scrolls can take half a minute to complete depending on the number of lines affected. Therefore, if you're going to distribute a new xterm temcap definition please include ``:cs=\E[%i%d;%dr:'' which defines how to do scrolling regions for xterm. Casey