You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When resizing a terminal, lines that run the whole width will wrap to the next line, causing garbage to accumulate at the top:
It'd be nice if terminals could find a way to fix this, but for now, we might as well alleviate this problem by leaving room on the right whenever possible:
Fix should be fairly straightforward, something like this:
Alternatively, there's also the option of handling this on the bubbletea side - basically TrimRight()ing the whitespace from the return value of Model.View() before rendering.
Describe the bug
When resizing a terminal, lines that run the whole width will wrap to the next line, causing garbage to accumulate at the top:
It'd be nice if terminals could find a way to fix this, but for now, we might as well alleviate this problem by leaving room on the right whenever possible:
Fix should be fairly straightforward, something like this:
The text was updated successfully, but these errors were encountered: