MudaliarArun / connectbot

Automatically exported from code.google.com/p/connectbot
Apache License 2.0
0 stars 0 forks source link

Drawing error when cursor is on bottom of screen off right edge #177

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Run Yum update
2. Cursor will be on bottom right during package download
3. Stack trace occurs: arrayindexoutofbounds on VDUBuffer.getAttribute

See stack trace from today at 7:20am PST

What is the expected output? What do you see instead?

Please use labels and text to provide additional information.

Original issue reported on code.google.com by kenny@the-b.org on 7 Aug 2009 at 2:25

GoogleCodeExporter commented 8 years ago
Test case:

On an 80x24 screen, use the following on Linux:

echo -ne '\033[24;80H '

Original comment by kenny@the-b.org on 8 Aug 2009 at 2:00

GoogleCodeExporter commented 8 years ago
Fixed in r383

Original comment by kenny@the-b.org on 8 Aug 2009 at 5:51