libtmux Reference MCP Search
On this page

tmux.SetPlanOptionRequest

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.