| | | | |
| A |
| |
| | activate audio-visual alarm |
| | | -- beep ( ) |
| | | -- flash ( ) |
| |
| | add a string of wchar_t characters to a curses window and advance cursor -- curs_addwstr ( ) |
| |
| | add a wchar_t character (with attributes) to a curses window and advance cursor -- curs_addwch ( ) |
| |
| | add string of wchar_t characters (and attributes) to a curses window -- curs_addwchstr ( ) |
| |
| | add a string of wchar_t characters to a curses window and advance cursor -- curs_addwstr |
| | | addnwstr ( ) |
| |
| | add a wchar_t character (with attributes) to a curses window and advance cursor -- curs_addwch |
| | | addwch ( ) |
| |
| | add string of wchar_t characters (and attributes) to a curses window -- curs_addwchstr |
| | | addwchnstr ( ) |
| | | addwchstr ( ) |
| |
| | add a string of wchar_t characters to a curses window and advance cursor -- curs_addwstr |
| | | addwstr ( ) |
| |
| | add a wchar_t character (with attributes) to a curses window and advance cursor -- curs_addwch |
| | | echowchar ( ) |
| |
| | add a string of wchar_t characters to a curses window and advance cursor -- curs_addwstr |
| | | mvaddnwstr ( ) |
| |
| | add a wchar_t character (with attributes) to a curses window and advance cursor -- curs_addwch |
| | | mvaddwch ( ) |
| |
| | add string of wchar_t characters (and attributes) to a curses window -- curs_addwchstr |
| | | mvaddwchnstr ( ) |
| | | mvaddwchstr ( ) |
| |
| | add a string of wchar_t characters to a curses window and advance cursor -- curs_addwstr |
| | | mvaddwstr ( ) |
| | | mvwaddnwstr ( ) |
| |
| | add a wchar_t character (with attributes) to a curses window and advance cursor -- curs_addwch |
| | | mvwaddwch ( ) |
| |
| | add string of wchar_t characters (and attributes) to a curses window -- curs_addwchstr |
| | | mvwaddwchnstr ( ) |
| | | mvwaddwchstr ( ) |
| |
| | add a string of wchar_t characters to a curses window and advance cursor -- curs_addwstr |
| | | mvwaddwstr ( ) |
| | | waddnwstr ( ) |
| |
| | add a wchar_t character (with attributes) to a curses window and advance cursor -- curs_addwch |
| | | waddwch ( ) |
| |
| | add string of wchar_t characters (and attributes) to a curses window -- curs_addwchstr |
| | | waddwchnstr ( ) |
| | | waddwchstr ( ) |
| |
| | add a string of wchar_t characters to a curses window and advance cursor -- curs_addwstr |
| | | waddwstr ( ) |
| |
| | add a wchar_t character (with attributes) to a curses window and advance cursor -- curs_addwch |
| | | wechowchar ( ) |
| |
| | add a character (with rendition) to a window |
| | | -- addch ( ) |
| | | -- mvaddch ( ) |
| | | -- mvwaddch ( ) |
| | | -- waddch ( ) |
| |
| | add a complex character (with rendition) to a window |
| | | -- add_wch ( ) |
| | | -- mvadd_wch ( ) |
| | | -- mvwadd_wch ( ) |
| | | -- wadd_wch ( ) |
| |
| | add a complex character and refresh window |
| | | -- echo_wchar ( ) |
| | | -- wecho_wchar ( ) |
| |
| | add a multi-byte character string (without rendition) to a window |
| | | -- addnstr ( ) |
| | | -- addstr ( ) |
| | | -- mvaddnstr ( ) |
| | | -- mvaddstr ( ) |
| | | -- mvwaddstr ( ) |
| | | -- mwwaddnstr ( ) |
| | | -- waddnstr ( ) |
| | | -- waddstr ( ) |
| |
| | add a single-byte border to a window |
| | | -- border ( ) |
| | | -- box ( ) |
| | | -- wborder ( ) |
| |
| | add a single-byte character and refresh window |
| | | -- echochar ( ) |
| | | -- wechochar ( ) |
| |
| | add a wide-character string to a window |
| | | -- addnwstr ( ) |
| | | -- addwstr ( ) |
| | | -- mvaddnwstr ( ) |
| | | -- mvaddwstr ( ) |
| | | -- mvwaddnwstr ( ) |
| | | -- mvwaddwstr ( ) |
| | | -- waddnwstr ( ) |
| | | -- waddwstr ( ) |
| |
| | add character and refresh window |
| | | -- pecho_wchar ( ) |
| | | -- pechochar ( ) |
| |
| | add_wch -- add a complex character (with rendition) to a window ( ) |
| |
| | add_wchnstr -- copy a string of complex characters (with renditions) to a window ( ) |
| |
| | add_wchstr -- copy a string of complex characters (with renditions) to a window ( ) |
| |
| | addch -- add a character (with rendition) to a window ( ) |
| |
| | addchnstr -- copy a character string (with renditions) to a window ( ) |
| |
| | addchstr -- copy a character string (with renditions) to a window ( ) |
| |
| | addnstr -- add a multi-byte character string (without rendition) to a window ( ) |
| |
| | addnwstr -- add a string of wchar_t characters to a curses window and advance cursor ( ) |
| |
| | addnwstr -- add a wide-character string to a window ( ) |
| |
| | addstr -- add a multi-byte character string (without rendition) to a window ( ) |
| |
| | addwch -- add a wchar_t character (with attributes) to a curses window and advance cursor ( ) |
| |
| | addwchnstr -- add string of wchar_t characters (and attributes) to a curses window ( ) |
| |
| | addwchstr -- add string of wchar_t characters (and attributes) to a curses window ( ) |
| |
| | addwstr -- add a string of wchar_t characters to a curses window and advance cursor ( ) |
| |
| | addwstr -- add a wide-character string to a window ( ) |
| |
| | adjcurspos -- moving the cursor by character ( ) |
| |
| | ALE curses library |
| | | See curses library | |
| |
| | apply padding information and output string |
| | | -- putp ( ) |
| | | -- tputs ( ) |
| |
| | arc -- graphics interface ( ) |
| |
| | attr_get -- control window attributes ( ) |
| |
| | attr_off -- control window attributes ( ) |
| |
| | attr_on -- control window attributes ( ) |
| |
| | attr_set -- control window attributes ( ) |
| |
| | attroff -- change foreground window attributes ( ) |
| |
| | attroff -- curses character and window attribute control routines ( ) |
| |
| | attron -- change foreground window attributes ( ) |
| |
| | attron -- curses character and window attribute control routines ( ) |
| |
| | attrset -- change foreground window attributes ( ) |
| |
| | attrset -- curses character and window attribute control routines ( ) |