Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83; site duke.UUCP Path: utzoo!watmath!clyde!akgua!mcnc!duke!cmv From: cmv@duke.UUCP (Corinna M. van der Veen) Newsgroups: net.unix Subject: Help wanted with Curses Library Package Message-ID: <4376@duke.UUCP> Date: Mon, 21-May-84 17:17:29 EDT Article-I.D.: duke.4376 Posted: Mon May 21 17:17:29 1984 Date-Received: Wed, 23-May-84 08:03:56 EDT Organization: Duke University Lines: 26 <> I am trying to use the Screen Updating and Cursor Movement Optimization package, the curses library package. All of the examples I have seen are for screens that don't have to use the scrolling facility ( ex. j or ^D in 'vi' ). For my application I need a screen that scrolls. The screen first fills up with 24 lines of text. When the 25th line is printed out to the screen, the top line is deleted, the rest of the lines are rewritten on the line above the original line, and the new line is printed out at the bottom of the screen. I would like to have a screen that scrolls the way 'vi' and 'more' do. Also I seem to be able to display on the screen without calling the (w)refresh() routine. This might be causing my problem. Duke is using 2.8bsd version 7. If anyone has any experience with this I would appreciate some pointers as what to do. Please send me mail. Corinna van der Veen decvax!duke!cmv