[][src]Function ncursesw::color_set

pub fn color_set<P, T>(color_pair: P) -> Result<(), NCurseswError> where
    P: ColorPairType<T>,
    T: ColorAttributeTypes

Equivalent of wcolor_set() using stdscr() as window handle.