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

LibTmux.SetOptionRequest

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

View as Markdown

Module
LibTmux
Package
LibTmux
Source
src/LibTmux/Requests/SetOptionRequest.cs
struct LibTmux.SetOptionRequest
struct [source]
struct [source]
struct LibTmux.SetOptionRequest

Describes one set-option invocation.

10 declared, 0 inherited

Members

  • Append property Gets whether the value is appended to the existing one.
  • ExpandFormat property Gets whether tmux expands the value as a format before storing it.
  • Global property Gets whether the global table is set instead of the local one.
  • Name property Gets the option to set, optionally with an array index.
  • PreventOverwrite property Gets whether an already-set option is left alone.
  • Quiet property Gets whether a rejected option is answered with nothing instead of an error.
  • Scope property Gets the scope to set in, or null for the owner's own.
  • SetOptionRequest method Initializes a request to set one option.
  • ToCommand method Returns an option request as one tmux command.
  • Value property Gets the value to store.
Esc

Type to search.