tmux.RunResult
Go
- Python Unavailable
- Ruby Unavailable
- Lua Unavailable
- TypeScript Unavailable
- Rust Unavailable
- Go
- Java Unavailable
- .NET Unavailable
- C++ Unavailable
- Swift Unavailable
- Module
- tmux
- Package
- github.com/libtmux/libtmux-go/tmux
- Source
- tmux/session_run.go
-
RunResult reports how a command finished and what its terminal showed.
4 declared, 0 inherited
Members
- Lines attribute Lines is what the terminal showed when the command finished, without the blank lines tmux pads a screen with.
- Pane attribute Pane is the pane the command ran in. It is live only when the run kept its window.
- Signal attribute Signal names the signal that ended the command, when one did. It is empty before tmux 3.3, which reports no signal for a dead pane.
- Status attribute Status is the command's exit status. It is zero when Signal is set.