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

io.github.libtmux.SplitSpec.SplitSpec.Builder.running

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.SplitSpec.SplitSpec
Declared in
Builder
Package
io.github.libtmux:libtmux
Source
libtmux/src/main/java/io/github/libtmux/SplitSpec.java
running ( String... ) → Builder
method [source]
method [source]
running

Runs a command, which closes the pane when it exits unless #keepOnExit is set.

A command that exits fast enough races Pane#split 's own read-back: tmux can destroy the pane before the second listing that confirms it runs, and the split then throws ObjectDoesNotExistException even though tmux made the pane and ran the command in it. #keepOnExit removes the race by keeping the pane there to be read.

0 declared, 0 inherited

Esc

Type to search.