Allow debug printing of Style

ida_star
Wilfred Hughes 2021-08-29 11:25:38 +07:00
parent 1326152232
commit 15706936af
1 changed files with 1 additions and 1 deletions

@ -7,7 +7,7 @@ use colored::*;
use std::cmp::min;
use std::collections::HashMap;
#[derive(Clone, Copy)]
#[derive(Clone, Copy, Debug)]
struct Style {
foreground: Color,
background: Option<Color>,