]> ncurses.scripts.mit.edu Git - ncurses.git/commit
ncurses 5.7 - patch 20081129
authorThomas E. Dickey <dickey@invisible-island.net>
Sun, 30 Nov 2008 00:38:32 +0000 (00:38 +0000)
committerThomas E. Dickey <dickey@invisible-island.net>
Sun, 30 Nov 2008 00:38:32 +0000 (00:38 +0000)
commit86b23c4fe3179cfe3308ef5952cabc613d168c96
treeecf76d0c57adba62c2db483a4fceb5e9c29f9788
parent65ee0f2ca50c827bf271df7a087edd7da49f598d
ncurses 5.7 - patch 20081129

+ improve a workaround in adding wide-characters, when a control
  character is found.  The library (cf: 20040207) uses unctrl() to
  obtain a printable version of the control character, but was not
  passing color or video attributes.
+ improve test/ncurses.c 'a' test, using unctrl() more consistently to
  display meta-characters.
+ turn on _XOPEN_CURSES definition in curses.h
+ add eterm-color entry (report by Vincent Lefevre) -TD
+ correct use of key_name() in test/ncurses.c 'A' test, which only
  displays wide-characters, not key-codes since 20070612 (report by
  Ricardo Cantu).
NEWS
TO-DO
dist.mk
include/curses.h.in
include/curses.wide
misc/terminfo.src
ncurses/base/lib_addch.c
test/ncurses.c