Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crash when scrolling through full scrollback #38

Closed
GoogleCodeExporter opened this issue Apr 27, 2015 · 3 comments
Closed

Crash when scrolling through full scrollback #38

GoogleCodeExporter opened this issue Apr 27, 2015 · 3 comments

Comments

@GoogleCodeExporter
Copy link

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
Copy link
Author

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

  • Added labels: Difficulty-Trivial

@GoogleCodeExporter
Copy link
Author

[deleted comment]

@GoogleCodeExporter
Copy link
Author

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

  • Changed state: Verified

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant