pub fn reset_all()
Expand description

Resets foreground colour, background colour and text style.

Example

use term_basics_linux as tbl;
tbl::reset_all();