-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Panics on smaller terminal sizes #74
Comments
I'm not sure what @IceDragon200 did to trigger the panic, but here's a backtrace I got from a similar issue... To reproduce:
Root cause: division by zero in prompt.rs line 118.
In the above Looks like the command prompt doesn't handle terminal window size correctly, issue #54 was a very similar bug related to #1 0x0000555556353f54 in std::panicking::rust_panic_with_hook () |
Fixed by #121 |
Helix still panics when the overall terminal size is too small, I haven't pinned down the exact width to trigger it to panic, but I'm sure someone will figure it out soon enough.
The text was updated successfully, but these errors were encountered: