Searched refs:write_normal (Results 1 – 1 of 1) sorted by relevance
1425 macro_rules! write_normal { in write_color() macro1504 Color::Black => write_normal!("0"), in write_color()1505 Color::Blue => write_normal!("4"), in write_color()1506 Color::Green => write_normal!("2"), in write_color()1507 Color::Red => write_normal!("1"), in write_color()1508 Color::Cyan => write_normal!("6"), in write_color()1509 Color::Magenta => write_normal!("5"), in write_color()1510 Color::Yellow => write_normal!("3"), in write_color()1511 Color::White => write_normal!("7"), in write_color()