]> ncurses.scripts.mit.edu Git - ncurses.git/commit - doc/html/man/curs_terminfo.3x.html
ncurses 5.9 - patch 20120114
authorThomas E. Dickey <dickey@invisible-island.net>
Sun, 15 Jan 2012 00:46:23 +0000 (00:46 +0000)
committerThomas E. Dickey <dickey@invisible-island.net>
Sun, 15 Jan 2012 00:46:23 +0000 (00:46 +0000)
commitf367fa254ce3fe29710c86971f04e03111c2bd2c
tree97784eeea2c19364f379a19858d9b43e36e06b0f
parent43bb25186a3fa2cc24c08b3a1eedbb1e860c59a9
ncurses 5.9 - patch 20120114

+ several improvements to test/movewindow.c (prompted by discussion on
  Linux Mint forum):
  + modify movement commands to make them continuous
  + rewrote the test for mvderwin
  + rewrote the test for recursive mvwin
+ split-out reusable CF_WITH_NCURSES_ETC macro in test/configure.in
+ updated configure macro CF_XOPEN_SOURCE, build-fixes for Mac OS X
  and OpenBSD.
+ regenerated html manpages.
+ various improvments for MinGW (Juergen Pfeifer):
32 files changed:
Ada95/aclocal.m4
Ada95/configure
NEWS
aclocal.m4
configure
dist.mk
doc/html/man/adacurses-config.1.html
doc/html/man/captoinfo.1m.html
doc/html/man/clear.1.html
doc/html/man/curs_termcap.3x.html
doc/html/man/curs_terminfo.3x.html
doc/html/man/curs_util.3x.html
doc/html/man/form.3x.html
doc/html/man/infocmp.1m.html
doc/html/man/infotocap.1m.html
doc/html/man/menu.3x.html
doc/html/man/ncurses.3x.html
doc/html/man/ncurses5-config.1.html
doc/html/man/panel.3x.html
doc/html/man/tabs.1.html
doc/html/man/term.7.html
doc/html/man/term_variables.3x.html
doc/html/man/terminfo.5.html
doc/html/man/tic.1m.html
doc/html/man/toe.1m.html
doc/html/man/tput.1.html
doc/html/man/tset.1.html
test/aclocal.m4
test/configure
test/configure.in
test/demo_menus.c
test/movewindow.c