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

Incorrect assert in fetch_line #458

Closed
kiwiz opened this issue Jul 4, 2015 · 0 comments
Closed

Incorrect assert in fetch_line #458

kiwiz opened this issue Jul 4, 2015 · 0 comments

Comments

@kiwiz
Copy link

@kiwiz kiwiz commented Jul 4, 2015

There's an assertion at
https://github.com/mintty/mintty/blob/master/src/termline.c#L752
which will always pass. I believe the line should actually read:
assert(y >= -term.sblines);

mintty added a commit that referenced this issue Jul 7, 2015
@mintty mintty closed this Jul 7, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants