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
When viewing serial logs in WindTerm, some lines overwrite the previous line instead of appending.
The issue happens because the logs include ESC]104 sequences. WindTerm doesn’t parse these sequences, so it moves the cursor to the start of the line and overwrites existing text.