Linux Standard Base Core Specification 3.1 | ||
---|---|---|
<<< Previous | Chapter 14. Utility Libraries | Next >>> |
Table 14-3 defines the library name and shared object name for the libncurses library
The Parameters or return value of the following interface have had the const qualifier added as shown here.
extern const char *keyname (int); extern int mvscanw (int, int, const char *, ...); extern int mvwscanw (WINDOW *, int, int, const char *, ...); extern SCREEN *newterm (const char *, FILE *, FILE *); extern int scanw (const char *, ...); extern int vwscanw (WINDOW *, const char *, va_list); extern int vw_scanw (WINDOW *, const char *, va_list); extern int wscanw (WINDOW *, const char *, ...); |
The behavior of the interfaces in this library is specified by the following specifications:
[SUS-CURSES] X/Open Curses |
An LSB conforming implementation shall provide the generic functions for Curses specified in Table 14-4, with the full mandatory functionality as described in the referenced underlying specification.
Table 14-4. libncurses - Curses Function Interfaces
An LSB conforming implementation shall provide the generic data interfaces for Curses specified in Table 14-5, with the full mandatory functionality as described in the referenced underlying specification.
Table 14-5. libncurses - Curses Data Interfaces
COLORS [SUS-CURSES] | COLOR_PAIRS [SUS-CURSES] | COLS [SUS-CURSES] | LINES [SUS-CURSES] |
acs_map [SUS-CURSES] | cur_term [SUS-CURSES] | curscr [SUS-CURSES] | stdscr [SUS-CURSES] |
<<< Previous | Home | Next >>> |
zlibVersion | Up | Data Definitions for libncurses |