On this page
io.github.libtmux.PaneSize.PaneSize
- Module
- io.github.libtmux.PaneSize
- Package
- io.github.libtmux:libtmux
- Source
- libtmux/src/main/java/io/github/libtmux/PaneSize.java
-
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'ssize/percentagepair and theValueErrorguarding it both disappear.<p>tmux's own
-pflag is never emitted. It is broken in 3.4, which reads the-largument while handling-pand fails withsize missing;-l 25%produces the same pane on every supported release.
5 declared, 0 inherited