Prerelease This site documents an alpha of libtmux. Its structure, URLs and APIs are subject to change.

io.github.libtmux.PaneStart.PaneStart

Java
  • Python Unavailable
  • Ruby Unavailable
  • Lua Unavailable
  • TypeScript Unavailable
  • Rust Unavailable
  • Go Unavailable
  • Java
  • .NET Unavailable
  • C++ Unavailable
  • Swift Unavailable

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.

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.
  • Command struct A command, which closes the pane when it exits unless the pane is kept.
  • empty method No process at all. Requires tmux 3.7.
  • Empty struct No process at all. Requires tmux 3.7.
  • shell method Whatever the session's shell is.
  • Shell struct Whatever the session's default-command or shell is.
Esc

Type to search.