]> ncurses.scripts.mit.edu Git - ncurses.git/commit
ncurses 5.6 - patch 20070602
authorThomas E. Dickey <dickey@invisible-island.net>
Sun, 3 Jun 2007 00:04:38 +0000 (00:04 +0000)
committerThomas E. Dickey <dickey@invisible-island.net>
Sun, 3 Jun 2007 00:04:38 +0000 (00:04 +0000)
commit3853a8e97d7efa8cb6a3c93c696d2c52895d6a70
tree57ab50311b1b0dbe16d5c9f863df6aaae7a572cd
parent2c829dd4faf4c7933e06804793e84079300e34e9
ncurses 5.6 - patch 20070602

+ adapt mouse-handling code from menu library in form-library
  (discussion with Clive Nicolson).
+ add a modification of test/dots.c, i.e., test/dots_mvcur.c to
  illustrate how to use mvcur().
+ modify wide-character flavor of SetAttr() to preserve the
  WidecExt() value stored in the .attr field, e.g., in case it
  is overwritten by chgat (report by Aleksi Torhamo).
+ correct buffer-size for _nc_viswbuf2n() (report by Aleksi Torhamo).
+ build-fixes for Solaris 2.6 and 2.7 (patch by Peter O'Gorman).
28 files changed:
MANIFEST
NEWS
aclocal.m4
c++/internal.h
configure
dist.mk
form/frm_driver.c
man/captoinfo.1m
man/curs_addch.3x
man/curs_deleteln.3x
man/curs_outopts.3x
man/curs_slk.3x
man/curs_termattrs.3x
man/curs_termcap.3x
man/form_driver.3x
man/form_field_new.3x
man/menu_driver.3x
man/term.7
man/terminfo.tail
ncurses/base/lib_freeall.c
ncurses/curses.priv.h
ncurses/tinfo/lib_termcap.c
ncurses/trace/visbuf.c
test/demo_forms.c
test/dots_mvcur.c [new file with mode: 0644]
test/modules
test/ncurses.c
test/programs