This is the mail archive of the cygwin-patches mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Extended mouse coordinates


Am 24.04.2012 22:22, schrieb Corinna Vinschen:
On Apr 24 22:00, Thomas Wolff wrote:
Am 24.04.2012 21:47, schrieb Corinna Vinschen:
On Apr 24 21:45, Corinna Vinschen wrote:
That was exactly the patch I applied.  I only chnaged the formatting
and changed sprintf to  __small_sprintf.
...and as far as quoting goes, the above is the ChangeLog you provided
with your updated patch.
Sh.. I see. My deep apologies, I must have been confused. Here is
the actual updated patch which should be used instead.
Sorry for the trouble.
Thomas
2012-04-20  Thomas Wolff<towo@towo.net>

	* fhandler.h (class dev_console): Flags for extended mouse modes.
	* fhandler_console.cc: Supporting mouse coordinates greater than 222.
	(fhandler_console::read) Implemented extended mouse modes
	1015 (urxvt, mintty, xterm), 1006 (xterm), and 1005 (xterm, mintty).
	Also: two { wrap formatting consistency fixes.
	(fhandler_console::mouse_aware) Removed limitation of not sending
	anything at exceeded coordinates; sending 0 byte instead (xterm).
	(fhandler_console::char_command) Initialization of enhanced
	mouse reporting modes.

Please recreate the patch against current CVS.  And please use
__small_sprintf instead of sprintf.

Here's the missing patch and changelog. Sorry again for previous mix-up.
Thomas

Attachment: mouse-mode-5.changelog
Description: Text document

Attachment: mouse-mode-5.patch
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]