Date: Wed, 15 Aug 2001 19:50:54 -0500 From: Stephen Montgomery-Smith <stephen@math.missouri.edu> To: Hans Zaunere <zaunere@yahoo.com> Cc: freebsd-hackers@FreeBSD.ORG Subject: Re: ncurses Message-ID: <3B7B18EE.6B41ABED@math.missouri.edu> References: <20010816004554.96396.qmail@web12807.mail.yahoo.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Hans Zaunere wrote: > > I'm sorry that this is offtopic, but I've looked/asked > everywhere and no one has a clue. > > Once a program does initscr(), is it possible to > printf()? I can printf() stuff without a problem, but > it doesn't get to the screen until the program exits? > > I've done every ncurses function I can think of, > endwin(), etc. However if there is a printf() > anywhere after ncurses stuff has happened, nothing is > printed to the screen until the program exits. What > am I missing? Is there a trick to this, as it must be > possible, right? > > Thank you, > > Hans > zaunere@yahoo.com > fprintf(stderr,......) will print stuff when ncurses is running. -- Stephen Montgomery-Smith stephen@math.missouri.edu http://www.math.missouri.edu/~stephen To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3B7B18EE.6B41ABED>