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
A self-dismissing status or error message no longer leaves a stale row
stuck near the top of the interface. A message that carried an embedded
newline made the status bar span two rows, which shifted the frame; the
status bar now collapses newlines and control characters so it always
occupies exactly one row, and the interface forces a full repaint when a
temporary status message expires.