tui.pane_pad
tui.pane_pad PANE HPAD VPAD
Sets blank columns (HPAD) and rows (VPAD) on each side inside the pane.
Parameters
HPAD,VPAD: cell counts.""leaves that value unchanged.
Notes
- On a parent pane: the gap between its frame and its children. On a leaf: shrinks the area for widgets and output.
- Padding is clamped so at least one row and column remain.
- While the app runs, call
tui.relayoutto apply it.
See also: tui.get.pad, tui.pad
