22 Apr 2012 21:07
[PATCH] Extended mouse coordinates
Thomas Wolff <towo <at> towo.net>
2012-04-22 19:07:50 GMT
2012-04-22 19:07:50 GMT
This patch replaces my previous proposal (http://cygwin.com/ml/cygwin-patches/2012-q2/msg00005.html) with two modifications: * Fixed a bug that suppressed mouse reporting at large coordinates (in all modes actually:-\ ) * Added mouse mode 1005 (total of 3 three new modes, so all reporting modes run by current terminal emulators would be implemented) I would appreciate the patch to be applied this time, planned to be my last mouse patch :) Kind regards, Thomas
2012-04-03 Thomas Wolff <towo <at> towo.net>
* fhandler.h (class dev_console): Two flags for extended mouse modes.
* fhandler_console.cc (fhandler_console::read): Implemented
extended mouse modes 1015 (urxvt, mintty, xterm) and 1006 (xterm).
Not implemented extended mouse mode 1005 (xterm, mintty).
Supporting mouse coordinates greater than 222 (each axis).
Also: two { wrap formatting consistency fixes.
(fhandler_console::char_command) Initialization of enhanced
mouse reporting modes.
diff -rup sav/fhandler.h ./fhandler.h(Continue reading)
RSS Feed