Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sdd.hp.com!zaphod.mps.ohio-state.edu!rpi!masscomp!peora!tarpit!bilver!jwt!john From: john@jwt.UUCP (John Temples) Newsgroups: comp.unix.programmer Subject: Re: Life Under Curses Message-ID: <1991Feb18.215907.18174@jwt.UUCP> Date: 18 Feb 91 21:59:07 GMT References: <18812@brahms.udel.edu> <464@bria> Organization: Private System -- Orlando, FL Lines: 9 In article <464@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@jwt.UUCP (uunet!jwt!john)