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

tmux.SetPlanOptionRequest

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/plan_server.go
struct tmux.SetPlanOptionRequest
struct [source]
struct [source]
struct tmux.SetPlanOptionRequest

SetPlanOptionRequest names one tmux option write for Plan.SetOption . Its zero value is invalid, because Name is required.

7 declared, 0 inherited

Members

  • Append attribute Append adds to an existing value rather than replacing it.
  • Global attribute Global writes the server or global scope rather than the target's own.
  • Name attribute Name is the tmux option name, such as "status" or a user option "@thing".
  • Pane attribute Pane writes a pane option.
  • Unset attribute Unset removes the option instead of writing it.
  • Value attribute Value is the value to write. It is omitted when Unset is set.
  • Window attribute Window writes a window option rather than a session or server one.
Esc

Type to search.