Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ idcok(3X) — HP-UX 10.20

Media Vault

Software Library

Restoration Projects

Artifacts Sought

idcok(3X)

ENHANCED CURSES

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>. 

CHANGE HISTORY

First released in X/Open Curses, Issue 4. 

Hewlett-Packard Company  —  HP-UX Release 10.20:  July 1996

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026