On this page
LibTmux.UnsetOptionRequest.UnsetOptionRequest
- Module
- LibTmux
- Declared in
- UnsetOptionRequest
- Package
- LibTmux
- Source
- src/LibTmux/Requests/UnsetOptionRequest.cs
- UnsetOptionRequest ( name : string , scope : OptionScope? , global : bool , unsetPaneOverrides : bool , quiet : bool )
-
Initializes a request to unset one option.
- Parameters
-
-
name ( string ) – The option to unset, optionally with an array index.
-
scope ( OptionScope? ) – The scope to unset in, or null for the owner's own.
-
global ( bool ) – Whether the global table is unset instead of the local one.
-
unsetPaneOverrides ( bool ) – Whether every pane's override of the option goes too.
-
quiet ( bool ) – Whether a missing option is answered with nothing instead of an error.
-
0 declared, 0 inherited