Jump to content United States-English
HP.com Home Products and Services Support and Drivers Solutions How to Buy
» Contact HP
More options
HP.com home
HP-UX Reference > I

idcok(3X)

ENHANCED CURSES
HP-UX 11i Version 3: February 2007
» 

Technical documentation

» Feedback
Content starts here

 » Table of Contents

 » Index

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(3X), doupdate(3X), <curses.h>.

CHANGE HISTORY

First released in X/Open Curses, Issue 4.

Printable version
Privacy statement Using this site means you accept its terms Feedback to webmaster
© 1983-2007 Hewlett-Packard Development Company, L.P.