idcok --
enable or disable use of hardware insert and delete-character features
Synopsis
cc [options] file-lcurses
#include <curses.h>
void idcok(WINDOW *win, bool bf);
Description
The
idcok(3curses)
function specifies whether the implementation may use hardware insert- and
delete-character features in win if the terminal is so equipped.
If bf is TRUE, use of these features in win is enabled.
If bf is FALSE, use of these features in win is disabled.
The initial state is TRUE.