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

Go API

Go documentation

tmux.RunResult

Go
  • Python Unavailable
  • Ruby Unavailable
  • Lua Unavailable
  • TypeScript Unavailable
  • Rust Unavailable
  • Go
  • Java Unavailable
  • .NET Unavailable
  • C++ Unavailable
  • Swift Unavailable

View as Markdown

Module
tmux
Package
github.com/libtmux/libtmux-go/tmux
Source
tmux/session_run.go
struct tmux.RunResult
struct [source]
struct [source]
struct tmux.RunResult

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

Type to search.