]> ncurses.scripts.mit.edu Git - ncurses.git/commit
ncurses 5.6 - patch 20070224
authorThomas E. Dickey <dickey@invisible-island.net>
Sun, 25 Feb 2007 01:57:04 +0000 (01:57 +0000)
committerThomas E. Dickey <dickey@invisible-island.net>
Sun, 25 Feb 2007 01:57:04 +0000 (01:57 +0000)
commitb6d7123594f6959ad0a6602b3952d9e6abe261a0
tree568a789c188e65c41b6f53ef35a6ec2ffab9b01d
parent0c9774ef662e2137933ac0c79077eaa9c8981357
ncurses 5.6 - patch 20070224

+ change internal return codes of _nc_wgetch() to check for cases
  where KEY_CODE_YES should be returned, e.g., if a KEY_RESIZE was
  ungetch'd, and read by wget_wch().
+ fix static-library build broken in 20070217 changes to remove "-ldl"
  (report by Miroslav Lichvar).
+ change makefile/scripts for cygwin to allow building termlib.
+ use Form_Hook in manpages to match form.h
+ use Menu_Hook in manpages, as well as a few places in menu.h
+ correct form- and menu-manpages to use specific Field_Options,
  Menu_Options and Item_Options types.
+ correct prototype for _tracechar() in manpage (cf: 20011229).
+ correct prototype for wunctrl() in manpage.
22 files changed:
NEWS
aclocal.m4
configure
configure.in
dist.mk
form/Makefile.in
man/curs_border.3x
man/curs_terminfo.3x
man/curs_trace.3x
man/curs_util.3x
man/form_field_opts.3x
man/form_hook.3x
man/form_opts.3x
man/menu_hook.3x
man/menu_opts.3x
man/mitem_opts.3x
menu/Makefile.in
menu/menu.h
mk-1st.awk
ncurses/Makefile.in
ncurses/base/lib_getch.c
panel/Makefile.in