Function ncursesw::idlok

source · []
pub fn idlok(handle: WINDOW, flag: bool) -> Result<(), NCurseswError>
Expand description

If flag is true, NCurses will try and use hardware line editing facilities. Otherwise, line insertion/deletion are disabled.