On this page
LibTmux.Internal.SeparatedRowFramer
- Module
- LibTmux.Internal
- Package
- LibTmux
- Source
- src/LibTmux/Materialization/SeparatedRowFramer.cs
-
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.