muhhiminminmin / mintty

Automatically exported from code.google.com/p/mintty
GNU General Public License v3.0
0 stars 0 forks source link

Wrong position reported in urxvt-style extended mouse tracking mode #314

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. launch mintty
2. type following command in bash prompt.
$ echo -e "\033[?1000;1015h"
3. click the top left corner of the terminal screen.

What is the expected output? What do you see instead?
mintty reports "^[[32;0;0M", but correct report is "^[[32;1;1M".

What versions of mintty, Cygwin/MSYS, and Windows are you using?
mintty 1.0.3, CygWin-1.7, Windows 7
mintty 1.0.3, MSYS, Windows 7

Please provide any additional information below.

Original issue reported on code.google.com by sued...@gmail.com on 3 Feb 2012 at 12:19

GoogleCodeExporter commented 8 years ago
Fixed in r1254 on 1.0 branch. Thanks for the report.

Original comment by andy.koppe on 24 Feb 2012 at 5:29

GoogleCodeExporter commented 8 years ago

Original comment by andy.koppe on 6 May 2012 at 6:52