[Top][All Lists]
[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
- Re: mvwprintw, Bob Rossi, 2006/04/03
- Re: mvwprintw, Thomas Dickey, 2006/04/03
- Re: mvwprintw, Bob Rossi, 2006/04/03
- Re: mvwprintw, Thomas Dickey, 2006/04/03
- Re: mvwprintw, Bob Rossi, 2006/04/03
- Re: mvwprintw, Bob Rossi, 2006/04/03
- Re: mvwprintw,
Thomas Dickey <=
- Re: mvwprintw, Bob Rossi, 2006/04/03
- Re: mvwprintw, Thomas Dickey, 2006/04/03
- Re: mvwprintw, Bob Rossi, 2006/04/03
- Re: mvwprintw, Thomas Dickey, 2006/04/04
Re: mvwprintw, Bob Rossi, 2006/04/03