pub fn init_extended_pair_sp(
    screen: SCREEN,
    color_pair: i32,
    colors: Colors
) -> Result<ColorPair, NCurseswError>
👎 Deprecated since 0.5.0:

Use extend::ColorPair::new_sp() or shims::ncurses::init_extended_pair_sp() instead

Expand description

Screen function of init_extended_pair().