pub fn print_col<T: Display>(msg: T, col: UC)
Print to stdout with a text colour.
use term_basics_linux as tbl; tbl::print_col("orang no!", tbl::UC::Yellow);