On this page
types.SplitCellSize
- Module
- types
- Package
- @libtmux/libtmux
- Source
- packages/libtmux/src/types.ts
-
A nonnegative cell count within tmux's signed 32-bit geometry range.
Examples
import { splitSize } from "libtmux"; import type { SplitCellSize } from "libtmux"; const size: SplitCellSize = splitSize(20);
0 declared, 0 inherited