]> ncurses.scripts.mit.edu Git - ncurses.git/commit
ncurses 5.7 - patch 20090124
authorThomas E. Dickey <dickey@invisible-island.net>
Sun, 25 Jan 2009 02:04:12 +0000 (02:04 +0000)
committerThomas E. Dickey <dickey@invisible-island.net>
Sun, 25 Jan 2009 02:04:12 +0000 (02:04 +0000)
commit95a30fbbfc81d5eb0a76e139c86e0a6505cad871
tree456aacdecc0a126099107342815700da415adb0f
parent1f21085964c1dcb515970035e43b7f25ac2cfdf6
ncurses 5.7 - patch 20090124

+ modify init_pair() to allow caller to create extra color pairs beyond
  the color_pairs limit, which use default colors (request by Emanuele
  Giaquinta).
+ add misc/terminfo.tmp and misc/*.pc to "sources" rule.
+ fix typo "==" where "=" is needed in ncurses-config.in and
  gen-pkgconfig.in files (Debian #512161).
13 files changed:
NEWS
dist.mk
man/curs_color.3x
misc/Makefile.in
misc/gen-pkgconfig.in
misc/ncurses-config.in
ncurses/base/lib_color.c
ncurses/base/lib_colorset.c
ncurses/base/lib_slkatr_set.c
ncurses/base/lib_slkcolor.c
ncurses/curses.priv.h
ncurses/tty/tty_update.c
test/ncurses.c