Function term_basics_linux::reset_all [−][src]
pub fn reset_all()Expand description
Resets foreground colour, background colour and text style.
Example
use term_basics_linux as tbl;
tbl::reset_all();pub fn reset_all()Resets foreground colour, background colour and text style.
use term_basics_linux as tbl;
tbl::reset_all();