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

io.github.libtmux.SplitDirection.SplitDirection

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.SplitDirection
Package
io.github.libtmux:libtmux
Source
libtmux/src/main/java/io/github/libtmux/SplitDirection.java
enum io.github.libtmux.SplitDirection.SplitDirection
enum [source]
enum [source]
enum io.github.libtmux.SplitDirection.SplitDirection

Where a new pane goes relative to the one being split.

Separate from Direction , which moves and grows existing panes with -U -D -L -R. Splitting speaks a different dialect: an axis, and whether the new pane comes first.

6 declared, 0 inherited

Members

  • ABOVE constant
  • BELOW constant Below the target, which is what tmux does when asked for nothing.
  • flags method The tmux flags that place a pane this way.
  • LEFT constant
  • RIGHT constant
  • SplitDirection method
Esc

Type to search.