]> ncurses.scripts.mit.edu Git - ncurses.git/commit
ncurses 6.0 - patch 20160326
authorThomas E. Dickey <dickey@invisible-island.net>
Sun, 27 Mar 2016 01:05:59 +0000 (01:05 +0000)
committerThomas E. Dickey <dickey@invisible-island.net>
Sun, 27 Mar 2016 01:05:59 +0000 (01:05 +0000)
commit2a32bee362db64f5a06b2124976b928ac3faa578
treec974dceccbc1a4d3c4a7c82c8fa14b6b47ff3756
parentc72b2c2c48ade76b5b4090b0f54b619a4fd483d9
ncurses 6.0 - patch 20160326

+ regenerate HTML manpages.
+ improve test/demo_menus.c, allowing mouse-click on the menu-headers
  to switch the active menu.  This requires a new extension option
  O_MOUSE_MENU to tell the menu driver to put mouse events which do not
  apply to the active menu back into the queue so that the application
  can handle the event.
30 files changed:
NEWS
VERSION
dist.mk
doc/html/man/captoinfo.1m.html
doc/html/man/clear.1.html
doc/html/man/curs_termcap.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/menu_opts.3x.html
doc/html/man/ncurses.3x.html
doc/html/man/panel.3x.html
doc/html/man/tabs.1.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
man/menu_opts.3x
menu/m_driver.c
menu/menu.h
menu/menu.priv.h
package/debian-mingw/changelog
package/debian-mingw64/changelog
package/debian/changelog
package/mingw-ncurses.nsi
package/mingw-ncurses.spec
package/ncurses.spec
test/demo_menus.c