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

LibTmux.TmuxOption.TmuxOption

.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
Declared in
TmuxOption
Package
LibTmux
Source
src/LibTmux/Options/TmuxOptionValue.cs
TmuxOption ( name : string , value : TmuxOptionValue , index : int? , inherited : bool )
method [source]
method [source]
TmuxOption

Initializes an option.

Parameters
  • name ( string ) – The option name, without index or inheritance marker.

  • value ( TmuxOptionValue ) – The value tmux reported.

  • index ( int? ) – The array index, or null for an option that is not an array.

  • inherited ( bool ) – Whether the value came from a parent scope.

0 declared, 0 inherited

Esc

Type to search.