[][src]Function ncursesw::keyok

pub fn keyok(keycode: KeyBinding, enable: bool) -> Result<(), NCurseswError>

Permits an application to disable specific KeyBinding, rather than use the keypad function to disable all keycodes. Keys that have been disabled can be re-enabled.