DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

halfdelay(3curses)


halfdelay -- control input character delay mode

Synopsis

cc [options] file -lcurses
#include <curses.h>

int halfdelay(int tenths);

Description

The halfdelay(3curses) function sets the input mode for the current window to Half-Delay Mode and specifies tenths tenths of seconds as the half-delay interval. The tenths argument must be in a range from 1 up to and including 255.

Return value

Upon successful completion, halfdelay(3curses) returns OK. Otherwise, it returns ERR.

Errors

No errors are defined.

Usage

The application can call nocbreak(3curses) to leave Half-Delay mode.

Standards Conformance

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

References

``Input Mode'', cbreak(3curses), curses(4), termio(7), ``General terminal interface'' in Programming with system calls and libraries
© 2004 The SCO Group, Inc. All rights reserved.
UnixWare 7 Release 7.1.4 - 25 April 2004