Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!uunet!sco!staceyc From: staceyc@sco.COM (Stacey Campbell) Newsgroups: comp.unix.programmer Subject: Re: Life Under Curses Message-ID: <10314@scolex.sco.COM> Date: 20 Feb 91 17:25:00 GMT References: <18812@brahms.udel.edu> Sender: news@sco.COM Organization: The Santa Cruz Operation, Inc. Lines: 22 In article <18812@brahms.udel.edu> boutell@brahms.udel.edu (Thomas B Boutell) writes: >[how to] force a total refresh of the screen. The following works on System V curses, your mileage may vary for BSD; wrefresh(curscr); From the man page curses(3X); Use of curscr The special window curscr can be used in only a few routines. If the window argument to clearok is curscr, the next call to wrefresh() with any window will cause the screen to be cleared and repainted from scratch. If the window argument to wrefresh() is curscr, the screen is immediately cleared and repainted from scratch. (This is how most programs would implement a "repaint-screen" routine.) -- Stacey Campbell Internet: staceyc@sco.com UUCP: {uunet,ucscc,att,sq,altos,lotus,sun,microsoft}!sco!staceyc Brought to you by Super Global Mega Corp .com