muhhiminminmin / mintty

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

Crash when processing Insert Line (IL) sequence #306

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[200L"

What is the expected output? What do you see instead?
mintty crashes, or hang up.

What versions of mintty, Cygwin/MSYS, and Windows are you using?
mintty 1.0.2, CygWin-1.7, Windows 7
mintty 1.0.2, CygWin-1.5, Windows XP
mintty 1.0.1, MSYS, Windows 7

Please provide any additional information below.
following command can reproduce same problem.
$ echo -e "\033[1;3r\033[5L"

Original issue reported on code.google.com by sued...@gmail.com on 25 Nov 2011 at 10:05

GoogleCodeExporter commented 8 years ago
This happens when the number of inserted (or deleted) lines is greater than the 
number of lines in the scroll region. Broken since 0.7. Thanks for the report.

Original comment by andy.koppe on 25 Nov 2011 at 12:28

GoogleCodeExporter commented 8 years ago
Fixed in r1241 on 1.0 branch.

Original comment by andy.koppe on 27 Nov 2011 at 6:21

GoogleCodeExporter commented 8 years ago

Original comment by andy.koppe on 30 Dec 2011 at 8:22