test: preserve mode segments with long paths

Widen the daemon acceptance grid so each split can show a macOS temporary
path and the following mode segment without protected-right clipping.
This commit is contained in:
Levi Neuwirth 2026-07-22 08:28:57 -04:00
parent 4c382ae797
commit 1b4d022fd1
1 changed files with 2 additions and 1 deletions

View File

@ -25,7 +25,8 @@ struct Client {
}
const ROWS: u32 = 30;
const COLS: u32 = 160;
// Each split must leave room for a macOS temp path plus the mode segment.
const COLS: u32 = 320;
struct Grid {
cells: Vec<Cell>,