libtmux Reference MCP Search
On this page

io.github.libtmux.PaneSize.PaneSize

View as Markdown

Module
io.github.libtmux.PaneSize
Package
io.github.libtmux:libtmux
Source
libtmux/src/main/java/io/github/libtmux/PaneSize.java
interface io.github.libtmux.PaneSize.PaneSize
interface [source]
interface [source]
interface io.github.libtmux.PaneSize.PaneSize

How big a new pane should be.

<p>One value with two spellings, not a size and a percentage. tmux takes both through -l, so there is no pair of fields to hold consistent and no "both were given" error to raise — the Python sibling's size/percentage pair and the ValueError guarding it both disappear.

<p>tmux's own -p flag is never emitted. It is broken in 3.4, which reads the -l argument while handling -p and fails with size missing; -l 25% produces the same pane on every supported release.

5 declared, 0 inherited

Members

  • cells method A size in terminal cells.
  • flagValue method What follows -l.
  • percent method A share of what is being split, between 1 and 100.
  • Cells struct A size in terminal cells.
  • Percent struct A share of what is being split.
Esc

Type to search.