[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
ANN: ncurses-5.9-20141011
From: |
Thomas Dickey |
Subject: |
ANN: ncurses-5.9-20141011 |
Date: |
Sat, 11 Oct 2014 21:13:40 -0400 |
User-agent: |
Mutt/1.5.20 (2009-06-14) |
Files:
ftp://invisible-island.net/AdaCurses/current/AdaCurses-20141011.tgz
ftp://invisible-island.net/AdaCurses/current/AdaCurses-20141011.tgz.asc
ftp://invisible-island.net/AdaCurses/current/AdaCurses-small-20141011.tgz
ftp://invisible-island.net/AdaCurses/current/AdaCurses-small-20141011.tgz.asc
ftp://invisible-island.net/ncurses-examples/current/ncurses-examples-20141011.tgz
ftp://invisible-island.net/ncurses-examples/current/ncurses-examples-20141011.tgz.asc
ftp://invisible-island.net/ncurses/5.9/MD5sums
ftp://invisible-island.net/ncurses/5.9/dev-patches.zip
ftp://invisible-island.net/ncurses/5.9/ncurses-5.9-20141011.patch.gz
ftp://invisible-island.net/ncurses/5.9/ncurses-5.9-20141011.patch.gz.asc
ftp://invisible-island.net/ncurses/current/ncurses-5.9-20141011.tgz
ftp://invisible-island.net/ncurses/current/ncurses-5.9-20141011.tgz.asc
ftp://invisible-island.net/ncurses/win32/mingw32-20141011.zip
ftp://invisible-island.net/ncurses/win32/mingw64-20141011.zip
ncurses 5.9 - patch - Thomas E. Dickey
------------------------------------------------------------------------------
Ncurses 5.9 is at
ftp.gnu.org:/pub/gnu
Patches for ncurses 5.9 are in the subdirectory
ftp://invisible-island.net/ncurses/5.9
------------------------------------------------------------------------------
ftp://invisible-island.net/ncurses/5.9/ncurses-5.9-20141011.patch.gz
patch by Thomas E. Dickey <address@hidden>
created Sun Oct 12 01:08:25 UTC 2014
------------------------------------------------------------------------------
NEWS | 16 -
dist.mk | 4
man/curs_mouse.3x | 13
misc/terminfo.src | 202 ++++++++++++-
ncurses/base/lib_mouse.c | 557 ++++++++++++++++++++++++++++---------
ncurses/curses.priv.h | 17 +
ncurses/tinfo/lib_tparm.c | 22 +
ncurses/tinfo/obsolete.c | 145 +++++++++
ncurses/trace/lib_tracemse.c | 16 -
package/debian-mingw/changelog | 4
package/debian-mingw64/changelog | 4
package/debian/changelog | 4
package/mingw-ncurses.nsi | 4
package/mingw-ncurses.spec | 2
package/ncurses.spec | 2
test/demo_forms.c | 3
test/demo_termcap.c | 3
test/demo_terminfo.c | 3
test/ncurses.c | 4
19 files changed, 843 insertions(+), 182 deletions(-)
------------------------------------------------------------------------------
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.
--
Thomas E. Dickey <address@hidden>
http://invisible-island.net
ftp://invisible-island.net
signature.asc
Description: Digital signature
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- ANN: ncurses-5.9-20141011,
Thomas Dickey <=