jcjordyn140 / mintty

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

Crash when scrolling through full scrollback #38

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
With a full scrollback buffer, MinTTY reproducibly crashes when scrolling
back beyond three quarters or so of the scrollback.

Original issue reported on code.google.com by andy.koppe on 13 Jan 2009 at 8:11

GoogleCodeExporter commented 9 years ago
Fixed in r112. I'd changed the type for screen coordinates to use shorts 
instead of
ints, but later set the maximum number of scrollback lines to 65536. Cue 
coordinate
wraparound, and bang. Shockingly stupid. Fixed by lowering maximum to 32767. 
(And I'd
thought it was only 16K in the first place.)

Original comment by andy.koppe on 14 Jan 2009 at 5:41

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago

Original comment by andy.koppe on 14 Jan 2009 at 7:27