The Single UNIX ® Specification, Version 2
Copyright © 1997 The Open Group

 NAME

idcok - enable or disable use of hardware insert- and delete-character features

 SYNOPSIS



#include <curses.h>

void idcok(WINDOW *win, bool bf);

 DESCRIPTION

The idcok() 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() function does not return a value.

 ERRORS

No errors are defined.

 SEE ALSO

clearok(), doupdate(), <curses.h>.

UNIX ® is a registered Trademark of The Open Group.
Copyright © 1997 The Open Group
[ Main Index | XSH | XCU | XBD | XCURSES | XNS ]