]> ncurses.scripts.mit.edu Git - ncurses.git/commit
ncurses 5.6 - patch 20071117
authorThomas E. Dickey <dickey@invisible-island.net>
Sun, 18 Nov 2007 02:09:05 +0000 (02:09 +0000)
committerThomas E. Dickey <dickey@invisible-island.net>
Sun, 18 Nov 2007 02:09:05 +0000 (02:09 +0000)
commit40df80d8d3f96c991f55569bce475e71cc38be12
tree2b98bf8445f7757034ea088743db23b2ee08c029
parentb17ff3673e886e3cbb6b523341aa10b0c26b3903
ncurses 5.6 - patch 20071117

+ modify the support for filesystems which do not support mixed-case to
  generate 2-character (hexadecimal) codes for the lower-level of the
  filesystem terminfo database (request by Michail Vidiassov).
+ add configure option --enable-mixed-case, to allow overriding the
  configure script's check if the filesystem supports mixed-case
  filenames.
+ add wresize() to C++ binding (request by Chris Lee).
+ define NCURSES_EXT_FUNCS and NCURSES_EXT_COLORS in curses.h to make
  it simpler to tell if the extended functions and/or colors are
  declared.
12 files changed:
INSTALL
NEWS
c++/cursesw.h
configure
configure.in
dist.mk
include/curses.h.in
ncurses/curses.priv.h
ncurses/tinfo/access.c
ncurses/tinfo/read_entry.c
ncurses/tinfo/write_entry.c
progs/infocmp.c