]> ncurses.scripts.mit.edu Git - ncurses.git/commit - test/bs.c
ncurses 5.6 - patch 20080705
authorThomas E. Dickey <dickey@invisible-island.net>
Sun, 6 Jul 2008 00:36:01 +0000 (00:36 +0000)
committerThomas E. Dickey <dickey@invisible-island.net>
Sun, 6 Jul 2008 00:36:01 +0000 (00:36 +0000)
commit7c4bc0fa99a1be37a14aa19a5943a549570954c4
tree76bdfa74e8a570d6329b34d410d933f1677c020b
parent3ce60e9f58cc00309981ed711d0b0d3362105881
ncurses 5.6 - patch 20080705

+ use NCURSES_MOUSE_MASK() in definition of BUTTON_RELEASE(), etc., to
  make those work properly with the "--enable-ext-mouse" configuration
  (cf: 20050205).
+ improve documentation of build-cc options in INSTALL.
+ work-around a bug in gcc 4.2.4 on AIX, which does not pass the
  -static/-dynamic flags properly to linker, causing test/bs to
  not link.
15 files changed:
INSTALL
NEWS
aclocal.m4
configure
dist.mk
form/frm_req_name.c
include/curses.tail
menu/m_driver.c
ncurses/tinfo/write_entry.c
ncurses/trace/visbuf.c
ncurses/widechar/charable.c
test/bs.c
test/demo_panels.c
test/ncurses.c
test/test_opaque.c