#[derive(Copy, Clone, Debug, PartialEq, Default)] pub enum CharStyle { #[default] Default, Bold, Reverse, Italic, }