Home | History | Annotate | Download | only in include

Lines Matching refs:CURSES

35 /* $Id: curses.h.in,v 1.181 2007/11/18 00:32:03 tom Exp $ */
40 #define CURSES 1
49 /* These are defined only in curses.h, and are used for conditional compiles */
91 * doing so makes it incompatible with other implementations of X/Open Curses.
147 /* X/Open and SVr4 specify that curses implements 'bool'. However, C++ may also
513 * Function prototypes. This is the complete X/Open Curses list of required
821 * vid_attr() was implemented originally based on a draft of X/Open curses.
828 * These functions are extensions - not in X/Open Curses.
900 * with older versions of curses, or provide inline functionality to improve
945 /* It seems older SYSV curses versions define these */
1123 * X/Open curses deprecates SVr4 vwprintw/vwscanw, which are supposed to use
1140 * These macros are extensions - not in X/Open Curses.
1165 * a. ESCDELAY was an undocumented feature under AIX curses.
1209 * Pseudo-character tokens outside ASCII range. The curses wgetch() function
1221 #define KEY_MIN 0401 /* Minimum curses key */
1320 /* $Id: curses.tail,v 1.15 2007/03/10 17:51:24 tom Exp $ */
1323 * This file is part of ncurses, designed to be appended after curses.h.in
1461 #define TRACE_CALLS 0x0020 /* trace all curses calls */