On this page
LibTmux.Internal.OptionParser.Unescape
- Module
- LibTmux.Internal
- Declared in
- OptionParser
- Package
- LibTmux
- Source
- src/LibTmux/Internal/OptionParser.cs
-
Undoes the escaping tmux applies when it prints a value.
tmux quotes a value only when it has to, and never nests quotes, so one matching outer pair can be stripped without ambiguity: a value holding a double quote is single-quoted and the other way round.
- Parameters
-
-
value ( string ) – The escaped text.
-
- Returns
-
The text tmux was asked to store.
0 declared, 0 inherited