[][src]Function term_basics_linux::print_cols

pub fn print_cols<T: Display>(msg: T, fg: UserColour, bg: UserColour)

Print to stdout with text and background colours.

Example

use term_basics_linux as tbl;
tbl::print_cols("No vegetal!", tbl::UserColour::Green, tbl::UserColour::Black);