At 5:45 PM -0700 8/15/01, Hans Zaunere wrote:
>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?

It is best not to mix printf and curses.

>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?

Try printw instead or check out the printw man page for the other 
variations. Also, in order to see results on the screen, refresh() is 
good function to call.

Mark

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

Reply via email to