[][src]Function term_basics_linux::println_cols

pub fn println_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::println_cols("No vegetal!", tbl::UserColour::Green, tbl::UserColour::Black);