[][src]Function ncursesw::wcolor_set

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

Sets the current color of the given window to the foreground/background combination described by the color_pair parameter.