On this page
LibTmux.Internal.FormatProjection
- Module
- LibTmux.Internal
- Package
- LibTmux
- Source
- src/LibTmux/Materialization/FormatProjection.cs
-
Selects the tmux format fields one list command can resolve on one tmux version, and renders them as a self-describing
-Ftemplate.A field is emitted only when the running tmux registers its token and the list command's scope can resolve it. Emitting an unregistered token would silently render empty, and emitting an out-of-scope token would mislead a reader about what the format engine resolves for that command.
8 declared, 0 inherited
Members
- Contains method Reports whether a wire name belongs to this projection.
- Create method Creates a projection for one list command and tmux version.
- Fields property Gets the projected fields in stable order.
- FramedFieldCount property Gets the number of separated values in one row.
- ListCommand property Gets the tmux list command this projection targets.
- RowSeparator property Separates the values of a framed row.
- Template property Gets the tmux
-Ftemplate rendering every field. - TmuxVersion property Gets the tmux version this projection was gated against.