]> ncurses.scripts.mit.edu Git - ncurses.git/commit
ncurses 5.9 - patch 20110723
authorThomas E. Dickey <dickey@invisible-island.net>
Sun, 24 Jul 2011 00:36:27 +0000 (00:36 +0000)
committerThomas E. Dickey <dickey@invisible-island.net>
Sun, 24 Jul 2011 00:36:27 +0000 (00:36 +0000)
commit0c12f3c8ff417105269bda50a3a2fe06c0bfdebf
tree6e6fec9d5dc681e1cd0231c9c97843451b009649
parentd6509484bda0c4dcd15c166b0bc9e2a173fcff53
ncurses 5.9 - patch 20110723

+ add a check in start_color() to limit color-pairs to 256 when
  extended colors are not supported (patch by David Benjamin).
+ modify setcchar to omit no-longer-needed OR'ing of color pair in
  the SetAttr() macro (patch by David Benjamin).
+ add kich1 to sun terminfo entry (Yuri Pankov)
+ use bold rather than reverse for smso in sun-color terminfo entry
  (Yuri Pankov).
+ improve generation of termcap using tic/infocmp -C option, e.g.,
  to correspond with 4.2BSD (prompted by discussion with Yuri Pankov
  regarding Schilling's test program):
  + translate %02 and %03 to %2 and %3 respectively.
  + suppress string capabilities which use %s, not supported by tgoto
  + use \040 rather than \s
  + expand null characters as \200 rather than \0
+ modify configure script to support shared libraries for DragonFlyBSD.
Ada95/aclocal.m4
Ada95/configure
NEWS
aclocal.m4
configure
dist.mk
misc/terminfo.src
ncurses/base/lib_color.c
ncurses/tinfo/captoinfo.c
ncurses/widechar/lib_cchar.c