From: Thomas E. Dickey Date: Sun, 12 Oct 2014 01:08:25 +0000 (+0000) Subject: ncurses 5.9 - patch 20141011 X-Git-Tag: v6.0~39 X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=commitdiff_plain;h=83e9a85c4205c920cc9992bfc96f6546cd4fff22;hp=83e9a85c4205c920cc9992bfc96f6546cd4fff22 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. ---