libtmux Reference MCP Search
On this page

io.github.libtmux.PaneMode.PaneMode

View as Markdown

Module
io.github.libtmux.PaneMode
Package
io.github.libtmux:libtmux
Source
libtmux/src/main/java/io/github/libtmux/PaneMode.java
enum io.github.libtmux.PaneMode.PaneMode
enum [source]
enum [source]
enum io.github.libtmux.PaneMode.PaneMode

A mode a pane can be in, as tmux names them.

<p>A pane in a mode shows something other than its program: its own scrollback, a clock, or one of the choosers. Every mode below exists on each supported release.

10 declared, 0 inherited

Members

  • BUFFER constant The paste-buffer browser.
  • CLIENT constant The attached-client browser.
  • CLOCK constant A clock. Entered by Pane#clockMode() .
  • COPY constant Scrollback, navigable and selectable. Entered by Pane#copyMode() .
  • OPTIONS constant The option browser. Entered by Pane#customizeMode() .
  • TREE constant The session and window browser, which the window finder also opens.
  • VIEW constant Scrollback without the selection commands.
  • of method Reads what tmux reported.
  • PaneMode method
  • reported method What tmux calls it, which is what #{pane_mode} expands to.
Esc

Type to search.