minCols constant

int const minCols

Smallest grid a human can use. Below this the viewport is in a layout transition (sidebar animation, worktree switch, zero-width tab frame). Pushing a smaller grid to the PTY would force every TUI to reflow to infinitesimal dimensions and then back — the visible "jump."

Counterpart of orca's MIN_PANE_FIT_COLS (8) and MIN_PANE_FIT_ROWS (4).

Implementation

static const int minCols = 8;