StyleState struct
#include <nxt/raster-diff.hpp>
Tracks terminal style state, converting RawChange → ChangeRun 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.