[CFT] ncurses update
Andrey Chernov
ache at freebsd.org
Sat Jan 6 06:33:41 PST 2007
On Sat, Jan 06, 2007 at 04:50:30PM +0800, Rong-en Fan wrote:
> http://people.freebsd.org/~rafan/ncurses/ncurses-5.6-fbsd7-20070106.diff.gz
In our code
(*tok == '\0' || *tok == '\\' || !isgraph(*tok)))
must be
(*tok == '\0' || *tok == '\\' || !isgraph(UChar(*tok))))
BTW, why our glue is ever needed? I see ncurses already is able to use
cgetent. Not sure about proper TERMPATH and isetuid handling.
--
http://ache.pp.ru/
More information about the freebsd-current
mailing list