]> ncurses.scripts.mit.edu Git - ncurses.git/commit - ncurses/curses.priv.h
ncurses 5.9 - patch 20141011
authorThomas E. Dickey <dickey@invisible-island.net>
Sun, 12 Oct 2014 01:08:25 +0000 (01:08 +0000)
committerThomas E. Dickey <dickey@invisible-island.net>
Sun, 12 Oct 2014 01:08:25 +0000 (01:08 +0000)
commit83e9a85c4205c920cc9992bfc96f6546cd4fff22
tree1b87057972b618c570868f0093f20bfb9a065b79
parenta8845f1feadb0b4d906e9040e465b93fd3f72660
ncurses 5.9 - patch 20141011

+ add experimental support for xterm's 1005 mouse mode, to use in a
  demonstration of its limitations.
+ add experimental support for "%u" format to terminfo.
+ modify test/ncurses.c to also show position reports in 'a' test.
+ minor formatting fixes to _nc_trace_mmask_t, make this function
  exported to help with debugging mouse changes.
+ improve behavior of wheel-mice for xterm protocol, noting that there
  are only button-presses for buttons "4" and "5", so there is no need
  to wait to combine events into double-clicks (report/analysis by
  Greg Field).
+ provide examples xterm-1005 and xterm-1006 terminfo entries -TD
+ implement decoder for xterm SGR 1006 mouse mode.
19 files changed:
NEWS
dist.mk
man/curs_mouse.3x
misc/terminfo.src
ncurses/base/lib_mouse.c
ncurses/curses.priv.h
ncurses/tinfo/lib_tparm.c
ncurses/tinfo/obsolete.c
ncurses/trace/lib_tracemse.c
package/debian-mingw/changelog
package/debian-mingw64/changelog
package/debian/changelog
package/mingw-ncurses.nsi
package/mingw-ncurses.spec
package/ncurses.spec
test/demo_forms.c
test/demo_termcap.c
test/demo_terminfo.c
test/ncurses.c