Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!usc!samsung!caen!spool.mu.edu!agate!dog.ee.lbl.gov!elf.ee.lbl.gov!torek From: torek@elf.ee.lbl.gov (Chris Torek) Newsgroups: comp.unix.programmer Subject: Re: Getting better scrolling from curses? Message-ID: <14444@dog.ee.lbl.gov> Date: 18 Jun 91 20:27:43 GMT References: <1991Jun11.211657.17798@jwt.UUCP> <8398@awdprime.UUCP> Reply-To: torek@elf.ee.lbl.gov (Chris Torek) Organization: Lawrence Berkeley Laboratory, Berkeley Lines: 17 X-Local-Date: Tue, 18 Jun 91 13:27:43 PDT In article <8398@awdprime.UUCP> tif@doorstop.austin.ibm.com (Paul Chamberlain) writes: >Also, yeah it'd be nice if curses knew that when scrolling a full >screen window all you have to do is new-line from the bottom line. This does not always work, and certainly complicates matters greatly. Terminal manufacturers seem to be able to come up with the most bizarre behaviours. For instance, some terminals distinguish between blanks and `non blank white space'; some retain display text above and below; some use absolute cursor addressing and some screen-relative; and so forth. It may not be impossible, but it is definitely hard, to use newline for up-scrolling. -- In-Real-Life: Chris Torek, Lawrence Berkeley Lab CSE/EE (+1 415 486 5427) Berkeley, CA Domain: torek@ee.lbl.gov