libtmux Reference MCP Search
On this page

LibTmux.Internal.OptionParser.ParseRows

View as Markdown

Module
LibTmux.Internal
Declared in
OptionParser
Package
LibTmux
Source
src/LibTmux/Internal/OptionParser.cs
ParseRows ( lines : IReadOnlyList<string> , doubleEscapedDollar : bool ) IReadOnlyList<TmuxOption>
methodstatic [source]
methodstatic [source]
ParseRows

Reads the lines show-options printed.

Parameters
  • lines ( IReadOnlyList<string> ) – The output lines.

  • doubleEscapedDollar ( bool ) – Whether this tmux escapes a dollar sign a second time on top of its own escaping, which tmux 3.4 does and its neighbours do not.

Returns

One option per non-empty line, in the order tmux printed them.

0 declared, 0 inherited

Esc

Type to search.