[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: ncurses-5.9-20110625.patch.gz
From: |
Sven Joachim |
Subject: |
Re: ncurses-5.9-20110625.patch.gz |
Date: |
Sun, 26 Jun 2011 09:33:58 +0200 |
User-agent: |
Gnus/5.110017 (No Gnus v0.17) Emacs/23.3.50 (gnu/linux) |
On 2011-06-26 02:29 +0200, Thomas Dickey wrote:
> + reduce name pollution from term.h, moving fallback #define's for
> tcgetattr(), etc., to new private header nc_termios.h (report by
> Sergio NNX).
This private nc_termios.h header is actually #included by term_entry.h,
and the latter gets installed, but not the former. This needs to be
fixed one way or another.
Cheers,
Sven