-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Bug in resize/fit #875
Comments
A quick hack to work around this is to make sure the initial size is always bigger than the first resize:
Seems like a massive hack though. |
The problem is reproducible with this branch: ioquatix/script-runner@4943992#diff-ff2e3d1abc5ef3094441fd3d980abbe4R95 |
(but you need to change Once the terminal is working/displaying/refreshing correctly, calling resize works as expected. |
Duplicate of #860, it's already fixed in master. Hopefully a release should come soon 😃 |
Cool can you let me know when it's released? Thanks :) |
In some cases xterm fails because an off by n error in the render function.
Details
Steps to reproduce
rows: 40 cols: 80
{terminal: Terminal, cols: 82, rows: 45}
The text was updated successfully, but these errors were encountered: