pub fn define_key_sp<S: Into<String>>(
    screen: SCREEN,
    definition: Option<S>,
    keycode: KeyBinding
) -> Result<(), NCurseswError>
Expand description

Screen function of define_key().