[][src]Function ncursesw::free_pair_sp

pub fn free_pair_sp<P, T>(
    screen: SCREEN,
    color_pair: P
) -> Result<(), NCurseswError> where
    P: ColorPairType<T>,
    i32: From<T>,
    T: ColorAttributeTypes
Deprecated since 0.5.0:

specified color_pair must go out of scope before reuse of it's color pair number otherwise unpredicable results may occur.

Screen function of free_pair().