pub fn use_default_colors() -> i32
Expand description

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.