Function ncursesw::keyok[][src]

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

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.