Curses question
TIM at ENH.Prime.COM
TIM at ENH.Prime.COM
Wed Dec 5 00:01:31 AEST 1990
The wrefresh() and wclear() routines simply clear your virtual screen. Upon
exitting your program (prior to the call the endwin()), call refresh() and
clear() to clear your physical screen. I know this will help, because I did the
same thing a few months ago to myself. :-)
/* Tim Cantin -- Phone: (508) 620-2800 x3101 -- FAX: (508) 879-9098 **
** Prime Computer Inc. 10-13, 500 Old Conn Path, Framingham, MA 01701 (USA) **
** TIM at ENH.Prime.COM || {primerd, cvbnet, uunet}!ENH.Prime.COM!TIM **
** 1% of Americans retire independently wealthy; the other 99% are working, **
** financially dependent, or dead. WHAT WILL YOU BE? */
#include "stddisclaimer.h"
More information about the Comp.lang.c
mailing list