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