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

io.github.libtmux.PaneMode.PaneMode

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.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.

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 tmux's clock-mode.
  • COPY constant Scrollback, navigable and selectable. Entered by Pane#copyMode() .
  • of method Reads what tmux reported.
  • OPTIONS constant The option browser, entered by tmux's customize-mode.
  • PaneMode method
  • reported method What tmux calls it, which is what #{pane_mode} expands to.
  • TREE constant The session and window browser, which the window finder also opens.
  • VIEW constant Scrollback without the selection commands.
Esc

Type to search.