Function term_basics_linux::reset_all[][src]

pub fn reset_all()

Resets foreground colour, background colour and text style.

Example

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