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
> [EMAIL PROTECTED]
> 

fprintf(stderr,......) will print stuff when ncurses is running.

-- 
Stephen Montgomery-Smith
[EMAIL PROTECTED]
http://www.math.missouri.edu/~stephen

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to