On this page
LibTmux.Internal.OptionParser.ParseRows
- Module
- LibTmux.Internal
- Declared in
- OptionParser
- Package
- LibTmux
- Source
- src/LibTmux/Internal/OptionParser.cs
- ParseRows ( lines : IReadOnlyList<string> , doubleEscapedDollar : bool ) IReadOnlyList<TmuxOption>
-
Reads the lines
show-optionsprinted.- 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