libtmux Reference MCP Search
On this page

LibTmux.Internal.OptionParser.DecodeEscapes

View as Markdown

Module
LibTmux.Internal
Declared in
OptionParser
Package
LibTmux
Source
src/LibTmux/Internal/OptionParser.cs
DecodeEscapes ( value : string ) string
methodstatic [source]
methodstatic [source]
DecodeEscapes

Decodes tmux's escaping without touching surrounding quotes.

tmux escapes option values and control-mode payloads the same way, but only an option value can be quoted. A payload that happens to start and end with a quote is data, so stripping stays with the caller that knows which of the two it is holding.

0 declared, 0 inherited

Esc

Type to search.