term_basics_linux::tbl
pub fn reset_all()
Resets foreground colour, background colour and text style.
use term_basics_linux::tbl; tbl::reset_all();