]> ncurses.scripts.mit.edu Git - ncurses.git/commit
ncurses 5.9 - patch 20130608
authorThomas E. Dickey <dickey@invisible-island.net>
Sun, 9 Jun 2013 01:17:29 +0000 (01:17 +0000)
committerThomas E. Dickey <dickey@invisible-island.net>
Sun, 9 Jun 2013 01:17:29 +0000 (01:17 +0000)
commite6f4ffe150c7d919792f29a70b4f031cfab5ef06
treeba7fac9bf9f0211e1a0b6239a87d513e5bafd6e6
parent4e793faf6575b2297482f77b2bc3d18105c0fc76
ncurses 5.9 - patch 20130608

+ add to test/demo_forms.c examples of using the menu-hooks as well
  as showing how the menu item user-data can be used to pass a callback
  function pointer.
+ add test/dots_termcap.c
+ remove setupterm call from test/demo_termcap.c
+ build-fix if --disable-ext-funcs configure option is used.
+ modified test/edit_field.c and test/demo_forms.c to move the lengths
  into a user-data structure, keeping the original string for later
  expansion to free-format input/out demo.
+ modified test/demo_forms.c to load data from file.
+ added note to clarify Terminal.app's non-emulation of the various
  terminal types listed in the preferences dialog -TD
+ fix regression in error-reporting in lib_setup.c (Debian #711134,
  cf: 20121117).
+ build-fix for a case where --enable-broken_linker and
  --enable-reentrant options are combined (report by George R Goffe).
25 files changed:
Ada95/gen/terminal_interface-curses-forms-field_types.ads.m4
MANIFEST
NEWS
dist.mk
doc/html/man/index.html
misc/terminfo.src
ncurses/tinfo/alloc_ttype.c
ncurses/tinfo/comp_parse.c
ncurses/tinfo/lib_setup.c
ncurses/tinfo/lib_termcap.c
ncurses/tinfo/lib_ti.c
package/debian/changelog
package/ncurses.spec
progs/infocmp.c
progs/tic.c
test/demo_forms.c
test/demo_forms.txt [new file with mode: 0644]
test/demo_menus.c
test/demo_termcap.c
test/demo_terminfo.c
test/dots_termcap.c [new file with mode: 0644]
test/edit_field.c
test/edit_field.h
test/modules
test/programs