HP-UX Reference (11i v2 07/12) - 3 Library Functions A-M (vol 6)

c
curses_intro(3X) curses_intro(3X)
(X/Open CURSES)
Input
Because of the nature of operation of synchronous (block-mode) and NWA terminals, it might not be possi-
ble to support all or any of the Curses input functions. In particular, the following points should be noted:
Single-character input might not be possible. It may be necessary to press a special key to cause all
characters typed at the terminal to be transmitted to the host.
It is sometimes not possible to disable echo. Character echo may be performed directly by the termi-
nal. On terminals that behave in this way, any Curses application that performs input should be
aware that any characters typed will appear on the screen at wherever the cursor is positioned. This
does not necessarily correspond to the position of the cursor in the window.
SEE ALSO
sigaction(2), add_wch(3X), add_wchnstr(3X), addch(3X), addchstr(3X), addnstr(3X), addnwstr(3X),
border(3X), can_change_color(3X), cbreak(3X), chgat(3X), def_prog_mode(3X), delch(3X), derwin(3X),
endwin(3X), filter(3X), get_wch(3X), getbegyx(3X), getcchar(3X), getch(3X), getnstr(3X), in_wch(3X),
in_wchnstr(3X), inch(3X), inchnstr(3X), initscr(3X), innstr(3X), innwstr(3X), ins_nwstr(3X), ins_wch(3X),
insch(3X), insnstr(3X), keypad(3X), move(3X), mvprintw(3X), mvscanw(3X), newpad(3X), newwin(3X),
notimeout(3X), setcchar(3X), terminfo(4), curses(5).
<curses.h>, <errno.h>, <stddef.h>, <term.h>, <unctrl.h>.
Curses Specification
X/Open System Interface Definitions, Issue 4, Version 2
X/Open System Interfaces and Headers, Issue 4, Version 2
268 Hewlett-Packard Company 14 HP-UX 11i Version 2: December 2007 Update