Life Under Curses

Brandon S. Allbery KB8JRR allbery at NCoast.ORG
Tue Feb 26 15:20:31 AEST 1991


As quoted from <6426 at segue.segue.com> by jim at segue.segue.com (Jim Balter):
+---------------
| In article <18812 at brahms.udel.edu> boutell at brahms.udel.edu (Thomas B Boutell) writes:
| >one thing I *still* can't seem to do: force a total refresh of the
| >screen. Not just the parts curses "knows" it has changed, EVERYTHING.
| 
| 	clearok(stdscr, TRUE);
| 	refresh();
+---------------

Great if all you're using is stdscr.  But what if you aren't?

	wrefresh(curscr);

works for me.  RTFM.

++Brandon.
-- 
Me: Brandon S. Allbery			    VHF/UHF: KB8JRR on 220, 2m, 440
Internet: allbery at NCoast.ORG		    Packet: KB8JRR @ WA8BXN
America OnLine: KB8JRR			    AMPR: KB8JRR.AmPR.ORG [44.70.4.88]
uunet!usenet.ins.cwru.edu!ncoast!allbery    Delphi: ALLBERY



More information about the Comp.unix.programmer mailing list