On this page
io.github.libtmux.PaneStart.PaneStart
- Module
- io.github.libtmux.PaneStart
- Package
- io.github.libtmux:libtmux
- Source
- libtmux/src/main/java/io/github/libtmux/PaneStart.java
-
What runs in a new pane.
<p>One choice rather than a command field beside an emptiness flag. tmux refuses the pair —
command cannot be given for empty pane— and refuses it before spawning anything, so the combination is not a state the server will ever be in. Sealing it means no value can carry both.
6 declared, 0 inherited
Members
- command method A command, which closes the pane when it exits unless the pane is kept.
- empty method No process at all. Requires tmux 3.7.
- shell method Whatever the session's shell is.
- Command struct A command, which closes the pane when it exits unless the pane is kept.
- Empty struct No process at all. Requires tmux 3.7.
- Shell struct Whatever the session's
default-commandor shell is.