NAME | SYNOPSIS | DESCRIPTION | INTERFACES | FILES | ATTRIBUTES | SEE ALSO
cc [ flag . . . ] file . . . -lcurses -L /usr/libucb [ library . . . ]
Functions in this library provide a terminal-independent method of updating character screens with reasonable optimization.
The shared object libcurses.so.1 provides the public interfaces defined below.
For additional information on shared object interfaces, see intro(3).
SUNW_1.1 (generic):
| COLS | Def_term | LINES |
| My_term | box | curscr |
| delwin | _echoit | _endwin |
| endwin | getcap | gettmode |
| idlok | initscr | longname |
| mvcur | mvprintw | mvscanw |
| mvwin | mvwprintw | mvwscanw |
| newwin | overlay | overwrite |
| printw | _rawmode | _res_flg |
| scanw | scroll | setterm |
| stdscr | subwin | touchline |
| touchwin | _tty | _tty_ch |
| ttytype | _unctrl | waddch |
| waddstr | wclear | wclrtobot |
| wclrtoeol | wdelch | wdeleteln |
| werase | wgetch | wgetstr |
| winsch | winsertln | wmove |
| wprintw | wrefresh | wscanw |
| wstandend | wstandout |
archive library
shared object
64-bit shared object
See attributes(5) for descriptions of the following attributes:
|
ATTRIBUTE TYPE |
ATTRIBUTE VALUE |
|---|---|
|
MT-Level |
Unsafe |
NAME | SYNOPSIS | DESCRIPTION | INTERFACES | FILES | ATTRIBUTES | SEE ALSO