nxt::StyleState struct

Tracks terminal style state, converting RawChangeChangeRun with deltas.

Public functions

auto operator()(const RawChange& raw) →  ChangeRun
Convert a raw run into a run annotated with style deltas.

Public variables

std::optional<Rgba8> fg
Current emitted foreground state.
std::optional<Rgba8> bg
Current emitted background state.
std::optional<Emphasis> em
Current emitted emphasis state.