bug-ncurses
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: mvwprintw


From: Thomas Dickey
Subject: Re: mvwprintw
Date: Mon, 3 Apr 2006 15:35:09 -0400 (EDT)

On Mon, 3 Apr 2006, Bob Rossi wrote:

After ncurses calls tty_update.c:854 _nc_flush();
I see the corruption. What do you think? My fault writing data to
stdout or ncurses corruption?

That's essentially calling
        fflush(stdout);

so anything written by ncurses or other functions to stdout would be
written then.

Note that PUTC() is a large macro defined in ncurses/curses.priv.h,
so the actual bytes may be corrupted in that chunk of code.

(I'm not home - will read the trace there).

--
Thomas E. Dickey
http://invisible-island.net
ftp://invisible-island.net




reply via email to

[Prev in Thread] Current Thread [Next in Thread]