Skip to content
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

Rendering outside terminal dimensions causes buggy terminal wrapping #61

Open
InDieTasten opened this issue Oct 19, 2024 · 0 comments
Open
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@InDieTasten
Copy link
Owner

When rendering outside of the buffer size in the alternate screen, the terminal will wrap the cursor position to new lines, causing issues during rendering.

All drawing functions in TermUI should ensure not to let the cursor wrap around by the terminal to avoid this. Any content rendered outside the dimensions of the terminal should be hidden and not rendered.

@InDieTasten InDieTasten added bug Something isn't working good first issue Good for newcomers labels Oct 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant