]> ncurses.scripts.mit.edu Git - ncurses.git/commit - test/railroad.c
ncurses 5.9 - patch 20110423
authorThomas E. Dickey <dickey@invisible-island.net>
Sun, 24 Apr 2011 00:53:45 +0000 (00:53 +0000)
committerThomas E. Dickey <dickey@invisible-island.net>
Sun, 24 Apr 2011 00:53:45 +0000 (00:53 +0000)
commit950eed9ace2ceff30b88c20de1ef8a0ba05ac567
tree1ae88b7282754df4ca870184c4146145dc0ade79
parent48c8a4fe456e83238533fb42b36fd5253db22f59
ncurses 5.9 - patch 20110423

+ add check in test/configure for use_window, use_screen.
+ add configure-checks for getopt's variables, which may be declared
  as different types on some Unix systems.
+ add check in test/configure for some legacy curses types of the
  function pointer passed to tputs().
+ modify init_pair() to accept -1's for color value after
  assume_default_colors() has been called (Debian #337905).
+ modify test/background.c, adding commmand-line options to demonstrate
  assume_default_colors() and use_default_colors().
25 files changed:
Ada95/aclocal.m4
MANIFEST
NEWS
aclocal.m4
configure
configure.in
dist.mk
include/ncurses_defs
ncurses/base/lib_color.c
ncurses/base/lib_dft_fgbg.c
ncurses/curses.priv.h
progs/progs.priv.h
test/aclocal.m4
test/background.c
test/color_name.h [new file with mode: 0644]
test/configure
test/configure.in
test/dots.c
test/dots_mvcur.c
test/filter.c
test/ncurses.c
test/railroad.c
test/redraw.c
test/test.priv.h
test/testaddch.c