MCPcopy Create free account
hub / github.com/cgsdev0/termsand / CellStyle

Class CellStyle

src/main.rs:162–167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

160 strike: bool,
161 underline: Underline,
162}
163
164/// This thing parses the initial input using anstyle-parse
165struct Performer {
166 grid: Grid,
167 x: usize,
168 y: usize,
169 fg: u32,
170 bg: u32,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected