DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

idcok(3curses)


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.

Return value

The idcok(3curses) function does not return a value.

Errors

No errors are defined.

Standards Conformance

The Single UNIX Specification, Version 2; The Open Group.

References

clearok(3curses), doupdate(3curses), curses(4)
© 2004 The SCO Group, Inc. All rights reserved.
UnixWare 7 Release 7.1.4 - 25 April 2004