libtmux Reference MCP Search
On this page

io.github.libtmux.PaneStart.PaneStart

View as Markdown

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

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-command or shell is.
Esc

Type to search.