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
fix: renderer: erase the rest of the line when it's shorter than the width
When the cursor reaches the end of the line, any escape sequences that
follow will only affect the last cell of the line. This is why we only
erase the rest of the line when the line is shorter than the width of
the terminal.
Fixes: #1225
Fixes: 0cef3c7 (feat(render): remove flickering)
0 commit comments