-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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 zooming out enough. #9967
Comments
Woo, a -4 line window. That wasn't going to end well. On Tue, Nov 11, 2014 at 1:56 AM, pouar [email protected] wrote:
|
results of git bisect
|
Which brings us to PR #9904. For reference, the relevant line in game.cpp where the invalid height was passed to newwin is contained in this context: }
liveview.init(mouse_view_x, mouseview_y, sidebarWidth, mouseview_h);
w_status2 = newwin(stat2H, stat2W, _y + stat2Y, _x + stat2X); // LINE 482 HERE
werase(w_status2);
} Where, a few lines earlier, |
So, @pouar, narrow sidebar or wide? I'm guessing the latter, since the former would just make |
wide |
here's the output from gdb
The text was updated successfully, but these errors were encountered: