Kyle Burton on Fri, 7 Jan 2000 18:10:27 -0500 (EST) |
Funny, I changed main.c to look like this: ... wnoutrefresh(TopMenuWindow); wnoutrefresh(HelpWindow); doupdate(); sleep(2); for(;;){ main_for_loop(); } ... and for the 2 seconds before the sleep, everything's ok...If I move the sleep into main_for_loop(), the same behavior occurrs... perhaps the stdio getc() is doing something that causes a reset in the ncurses libs? is there are 'readchar' type function taht's part of ncurses perhaps? k ------------------------------------------------------------------------------ A witty saying proves nothing. -- Voltaire mortis@voicenet.com http://www.voicenet.com/~mortis ------------------------------------------------------------------------------ On Fri, 7 Jan 2000, Tim Peeler wrote: > On Fri, 07 Jan 2000, you wrote: > > Oh, can you attach your code? If I can comple/test/tinker, I might be > > able to figure something out... > > > > k > > > > Sure, just don't laugh. It's really ugly and my first try ;-) > Tim _______________________________________________ PLUG maillist - PLUG@lists.nothinbut.net http://lists.nothinbut.net/mail/listinfo/plug
|
|