(&mut self, color: Color, bright: bool)
| 284 | } |
| 285 | |
| 286 | pub(crate) const fn set_foreground(&mut self, color: Color, bright: bool) { |
| 287 | self.foreground = Some(Foreground { color, bright }); |
| 288 | } |
| 289 | |
| 290 | pub(crate) const fn set_display(&mut self, style: DisplayStyle) { |
| 291 | self.display = Some(style); |