pashapm / lanterna

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

Resizing issues for SwingTerminal #127

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
If we try to increase and then reduce the height of the swing terminal, it 
crashes with stack trace attached.

The issue is reproducible on Windows 7 with all the test cases in gui2 package.

Original issue reported on code.google.com by dharmara...@gmail.com on 3 Mar 2015 at 4:14

GoogleCodeExporter commented 9 years ago
It looks like this bug got fixed as part of commit 1c5e (Keep the text cursor 
within the size constraints of the terminal area). Thanks a lot.

Original comment by dharmara...@gmail.com on 16 Apr 2015 at 4:37

GoogleCodeExporter commented 9 years ago
Yeah, I thought it was a threading issue but I think it turned out to be some 
careless System.arraycopy

Original comment by mab...@gmail.com on 28 Jun 2015 at 12:05