On this page
LibTmux.TmuxOptions.UnsetAsync
- Module
- LibTmux
- Declared in
- TmuxOptions
- Package
- LibTmux
- Source
- src/LibTmux/Options/TmuxOptions.cs
- UnsetAsync ( request : UnsetOptionRequest , cancellationToken : CancellationToken ) Task
-
Unsets one option, returning it to what it inherits.
- Parameters
-
-
request ( UnsetOptionRequest ) – Which option to unset, and how.
-
cancellationToken ( CancellationToken ) – Cancels the tmux command.
-
- Raises
-
-
TmuxOptionException – tmux rejected the option name.
-
Discussed in Options and hooks
0 declared, 0 inherited