Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!linus!vaxine!wjh12!genrad!decvax!cca!ima!ism780!larry From: larry@ism780.UUCP Newsgroups: net.bugs.4bsd Subject: Re: Curses question - (nf) Message-ID: <224@ism780.UUCP> Date: Thu, 7-Jun-84 00:28:59 EDT Article-I.D.: ism780.224 Posted: Thu Jun 7 00:28:59 1984 Date-Received: Sat, 9-Jun-84 00:12:50 EDT Lines: 12 #R:pegasus:-137800:ism780:13300001:000:326 ism780!larry Jun 6 10:13:00 1984 To refresh the screen upon seeing ^L, try simply wrefresh(curscr) Because curscr is a "screen", the display will always be zapped before the refresh, insuring a complete rewrite. I can't explain your problems with ^Z, if you are really running on a BSD system. The module tstp.c is supposed to deal with the STOP signal.