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
- Module
- io.github.libtmux.SplitSpec.SplitSpec
- Declared in
- Builder
- Package
- io.github.libtmux:libtmux
- Source
- libtmux/src/main/java/io/github/libtmux/SplitSpec.java
-
Runs a command, which closes the pane when it exits unless
#keepOnExitis 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 throwsObjectDoesNotExistExceptioneven though tmux made the pane and ran the command in it.#keepOnExitremoves the race by keeping the pane there to be read.
0 declared, 0 inherited