libtmux Reference MCP Search
On this page

LibTmux.Internal.SeparatedRowFramer

View as Markdown

Module
LibTmux.Internal
Package
LibTmux
Source
src/LibTmux/Materialization/SeparatedRowFramer.cs
class LibTmux.Internal.SeparatedRowFramer
classstatic [source]
classstatic [source]
class LibTmux.Internal.SeparatedRowFramer

Decodes tmux rows whose scalars are separated by an unguessable marker.

tmux values may contain any byte, including the newline that separates rows and any punctuation a template could reserve, so this framer never searches for a delimiter that a value could hold. It splits on RowSeparator , a per-process random marker the template emits around every scalar.

1 declared, 0 inherited

Members

  • Decode method Decodes every complete row in one framed payload.
Esc

Type to search.