# LibTmux.Internal.SeparatedRowFramer

- **Module:** LibTmux.Internal
- **Package:** LibTmux
- **Language:** .NET
- **Kind:** class
- **Source:** https://github.com/libtmux/libtmux-dotnet/blob/6656a563ec9e07ab52e0c3ac96f7704fc94cc0c0/src/LibTmux/Materialization/SeparatedRowFramer.cs#L15
- **Page:** https://libtmux.org/reference/dotnet/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
<see cref="FormatProjection.RowSeparator" />, a per-process random marker
the template emits around every scalar.

## Members

- `Decode` (method) — Decodes every complete row in one framed payload.
