Function pancurses::use_default_colors [] [src]

pub fn use_default_colors() -> i32

Allows the use of -1 as a foreground or background color with init_pair().

Calls assume_default_colors(-1, -1); -1 represents the foreground or background color that the terminal had at startup.