Searched refs:write_normal (Results 1 – 1 of 1) sorted by relevance
1358 macro_rules! write_normal { in write_color() macro1437 Color::Black => write_normal!("0"), in write_color()1438 Color::Blue => write_normal!("4"), in write_color()1439 Color::Green => write_normal!("2"), in write_color()1440 Color::Red => write_normal!("1"), in write_color()1441 Color::Cyan => write_normal!("6"), in write_color()1442 Color::Magenta => write_normal!("5"), in write_color()1443 Color::Yellow => write_normal!("3"), in write_color()1444 Color::White => write_normal!("7"), in write_color()