]> ncurses.scripts.mit.edu Git - ncurses.git/commit
ncurses 5.7 - patch 20091107
authorThomas E. Dickey <dickey@invisible-island.net>
Sun, 8 Nov 2009 00:45:43 +0000 (00:45 +0000)
committerThomas E. Dickey <dickey@invisible-island.net>
Sun, 8 Nov 2009 00:45:43 +0000 (00:45 +0000)
commitf5da57ad7eb397b1001e2fca9cb0e278a6564716
tree822f85ca2343f715636c6c22fbbf6a155a5d30eb
parentfb24ca09eab8f14b9be7ea60acf174aae46df43d
ncurses 5.7 - patch 20091107

+ improve test/ncurses.c color-cycling test by reusing attribute-
  and color-cycling logic from the video-attributes screen.
+ add ifdef'd with NCURSES_INTEROP_FUNCS experimental bindings in form
  library which help make it compatible with interop applications
  (patch by Juergen Pfeifer).
+ add configure option --enable-interop, for integrating changes
  for generic/interop support to form-library by Juergen Pfeifer
34 files changed:
NEWS
configure
configure.in
dist.mk
form/fld_ftchoice.c
form/fld_newftyp.c
form/form.h
form/form.priv.h
form/frm_def.c
form/frm_driver.c
form/frm_sub.c
form/frm_win.c
form/fty_alnum.c
form/fty_alpha.c
form/fty_enum.c
form/fty_generic.c
form/fty_int.c
form/fty_ipv4.c
form/fty_num.c
form/fty_regex.c
form/modules
include/curses.h.in
ncurses/base/lib_color.c
ncurses/base/lib_newterm.c
ncurses/base/lib_newwin.c
ncurses/base/lib_redrawln.c
ncurses/base/lib_set_term.c
ncurses/base/lib_slkclear.c
ncurses/tinfo/lib_napms.c
ncurses/tty/hardscroll.c
ncurses/tty/hashmap.c
ncurses/tty/lib_mvcur.c
ncurses/win32con/win_driver.c
test/ncurses.c