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:
parent
4c382ae797
commit
1b4d022fd1
|
|
@ -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>,
|
||||
|
|
|
|||
Loading…
Reference in New Issue