Function ncursesw::idcok

source · []
pub fn idcok(handle: WINDOW, flag: bool)
Expand description

If flag is false, NCurses no longer considers using the hardware insert/delete character feature of the terminal; if flag is true, use of character insertion and deletion is enabled. When NCurses is first initialized, use of character insert/delete is enabled by default.