Life Under Curses

John Temples john at jwt.UUCP
Tue Feb 19 08:59:07 AEST 1991


In article <464 at bria> uunet!bria!mike writes:
>Use touchwin(win) and then wrefresh(win); if for some reason your
>curses library doesn't have 'em, then you can do something like this:

touchwin() didn't seem to do anything at all on my SVR3.2 system when I was
trying to figure out how to do a complete screen redraw.  I ended up doing
{ endwin(); doupdate(); }  That got all windows redrawn.
-- 
John W. Temples -- john at jwt.UUCP (uunet!jwt!john)



More information about the Comp.unix.programmer mailing list