Re: new ncurses lib changed tgetstr() API

1999-09-01 Thread Bruce Evans
>> After the import of ncurses 5.0 (beta?), I noticed strange behavior of clear >> on my xterm. I tracked it down to an API change of tgetstr(), here is the >> new code: >> >> char *tgetstr(NCURSES_CONST char *id, char **area GCC_UNUSED) > >It is definitely bug on ncurses side and must be fix

Re: new ncurses lib changed tgetstr() API

1999-09-01 Thread Andrey A. Chernov
On Wed, Sep 01, 1999 at 09:52:10AM -0400, Luoqi Chen wrote: > After the import of ncurses 5.0 (beta?), I noticed strange behavior of clear > on my xterm. I tracked it down to an API change of tgetstr(), here is the > new code: > > char *tgetstr(NCURSES_CONST char *id, char **area GCC_UNUSED)

new ncurses lib changed tgetstr() API

1999-09-01 Thread Luoqi Chen
After the import of ncurses 5.0 (beta?), I noticed strange behavior of clear on my xterm. I tracked it down to an API change of tgetstr(), here is the new code: char *tgetstr(NCURSES_CONST char *id, char **area GCC_UNUSED) { int i; T((T_CALLED("tgetstr(%s,%p)"), id,