retrobits / son_of_hunkypunk

Automatically exported from code.google.com/p/hunkypunk
22 stars 8 forks source link

java.IO.IOException writeUTF String longer than 64k #21

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. play for a long time, generate > 64k of scrollback
2. tap back key

What is the expected output? What do you see instead?
Truncate scrollback buffer on save to 48k.
Attempt to align truncation with line breaks.

Please use labels and text to provide additional information.

Original issue reported on code.google.com by dtver...@gmail.com on 17 Oct 2013 at 6:05

GoogleCodeExporter commented 9 years ago
fixed in rev 8f270163778a

Original comment by dtver...@gmail.com on 17 Oct 2013 at 6:08