[][src]Function term_basics_linux::tbl::reset_all

pub fn reset_all()

Resets foreground colour, background colour and text style.

Example

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