-
Notifications
You must be signed in to change notification settings - Fork 15
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
display range problem #3
Comments
Thanks for reaching out. For the current release (v2.0.3), the minimum required screen dimensions are 156 columns x 46 rows. At the moment, when the terminal screen is smaller than those dimensions, the right and bottom parts of the display are cut off, so the screenshot above is expected behavior. There is currently no way to fix this, but here are some possible solutions I am considering:
I am leaning towards Option 2 since it would be compatible with all terminal screen sizes. Option 1, however, would potentially require multiple implementations for different smaller dimensions. Also, as the screen gets more compressed the app would become less readable, and harder to maintain. Let me know if you have any thoughts on this. I will update this issue when the changes are released. Thanks! |
Also, what terminal program are you using? I am just curious since the background color should be set to black (programmatically). |
Update: Scrolling has now been added as part of v2.1.0. It is available to use when the screen is smaller than the minimum required dimensions (156 columns x 46 rows). Scrolling Controls:
Let me know if you see any issues. |
How do I adjust the display range? Some parts of the area are off the screen.
The text was updated successfully, but these errors were encountered: