We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
To repro, run this on Windows (e.g. in powershell):
section { for (i in 0..50) { // or larger if necessary textLine("Line #${i + 1}") } input() }.runUntilInputEntered()
Is there a way we can issue different commands for repainting a section to avoid this on Windows?
The text was updated successfully, but these errors were encountered:
If you're a dev running into this, and this isn't fixed, try to reduce the amount of screen that can be repainted at any given moment.
Sorry, something went wrong.
https://stackoverflow.com/a/48016366/1299302 looks promising.
Maybe I should at least check for LINES and COLUMNS, which can get stale if the user resizes the screen, but it's better than nothing!
Improve rendering in the face of limited height
f1b8a79
Also, fix issue with widths / heights not updating dymically. Fixes #34 Fixes #94
bitspittle
No branches or pull requests
To repro, run this on Windows (e.g. in powershell):
Is there a way we can issue different commands for repainting a section to avoid this on Windows?
The text was updated successfully, but these errors were encountered: