On this page
LibTmux.SetOptionRequest.SetOptionRequest
- Module
- LibTmux
- Declared in
- SetOptionRequest
- Package
- LibTmux
- Source
- src/LibTmux/Requests/SetOptionRequest.cs
-
Initializes a request to set one option.
- Parameters
-
-
name ( string ) – The option to set, optionally with an array index.
-
value ( string ) – The value to store.
-
scope ( OptionScope? ) – The scope to set in, or null for the owner's own.
-
expandFormat ( bool ) – Whether tmux expands the value as a format before storing it.
-
preventOverwrite ( bool ) – Whether an already-set option is left alone.
-
quiet ( bool ) – Whether a rejected option is answered with nothing instead of an error.
-
append ( bool ) – Whether the value is appended to the existing one.
-
global ( bool ) – Whether the global table is set instead of the local one.
-
0 declared, 0 inherited