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

Go API

Go documentation

tmux.SetOptionOptions

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

SetOptionOptions controls set-option mutation flags. Its zero value sends no optional mutation flags.

3 declared, 0 inherited

Members

  • ExpandFormat attribute ExpandFormat expands tmux formats in the value before storing it.
  • PreventOverwrite attribute PreventOverwrite leaves an existing option unchanged.
  • Quiet attribute Quiet suppresses tmux's missing-option diagnostic.
Esc

Type to search.