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
test(tui): force footer width regression across a display-width boundary
The wide/combining-char footer test used broad terminal widths, so the
wide command never approached the width boundary and a len()-based guard
could still have passed. Derive the width from the fixture so the left
region must truncate: a len()-based renderer would under-truncate and
overflow the row, while display-width accounting keeps every row within
bounds and emits the capability-safe ellipsis (now asserted).
0 commit comments