| | | | |
| G |
| |
| | generate printable representation of a character -- unctrl ( ) |
| |
| | generate printable representation of a wide character -- wunctrl ( ) |
| |
| | get a string of wchar_t characters (and attributes) from a curses window -- curs_inwchstr ( ) |
| |
| | get a string of wchar_t characters from a curses window -- curs_inwstr ( ) |
| |
| | get a wchar_t character and its attributes from a curses window -- curs_inwch ( ) |
| |
| | get supported terminal video attributes -- termattrs ( ) |
| |
| | get supported terminal video attributes -- term_attrs ( ) |
| |
| | get wchar_t character strings from curses terminal keyboard -- curs_getwstr ( ) |
| | | getnwstr ( ) |
| |
| | getwchar_t character strings from curses terminal keyboard -- curs_getwstr, getwstr ( ) |
| |
| | get a string of wchar_t characters from a curses window -- curs_inwstr |
| | | innwstr ( ) |
| |
| | get a wchar_t character and its attributes from a curses window -- curs_inwch |
| | | inwch ( ) |
| |
| | get a string of wchar_t characters (and attributes) from a curses window -- curs_inwchstr |
| | | inwchnstr ( ) |
| | | inwchstr ( ) |
| |
| | get a string of wchar_t characters from a curses window -- curs_inwstr |
| | | inwstr ( ) |
| |
| | get wchar_t character strings from curses terminal keyboard -- curs_getwstr |
| | | mvgetnwstr ( ) |
| | | mvgetwstr ( ) |
| |
| | get a string of wchar_t characters from a curses window -- curs_inwstr |
| | | mvinnwstr ( ) |
| |
| | get a wchar_t character and its attributes from a curses window -- curs_inwch |
| | | mvinwch ( ) |
| |
| | get a string of wchar_t characters (and attributes) from a curses window -- curs_inwchstr |
| | | mvinwchnstr ( ) |
| | | mvinwchstr ( ) |
| |
| | get a string of wchar_t characters from a curses window -- curs_inwstr |
| | | mvinwstr ( ) |
| |
| | get wchar_t character strings from curses terminal keyboard -- curs_getwstr |
| | | mvwgetnwstr ( ) |
| | | mvwgetwstr ( ) |
| |
| | get a string of wchar_t characters from a curses window -- curs_inwstr |
| | | mvwinnwstr ( ) |
| |
| | get a wchar_t character and its attributes from a curses window -- curs_inwch |
| | | mvwinwch ( ) |
| |
| | get a string of wchar_t characters (and attributes) from a curses window -- curs_inwchstr |
| | | mvwinwchnstr ( ) |
| | | mvwinwchstr ( ) |
| |
| | get a string of wchar_t characters from a curses window -- curs_inwstr |
| | | mvwinwstr ( ) |
| |
| | get wchar_t character strings from curses terminal keyboard -- curs_getwstr |
| | | wgetnwstr ( ) |
| | | wgetwstr ( ) |
| |
| | get a string of wchar_t characters from a curses window -- curs_inwstr |
| | | winnwstr ( ) |
| |
| | get a wchar_t character and its attributes from a curses window -- curs_inwch |
| | | winwch ( ) |
| |
| | get a string of wchar_t characters (and attributes) from a curses window -- curs_inwchstr |
| | | winwchnstr ( ) |
| | | winwchstr ( ) |
| |
| | get a string of wchar_t characters from a curses window -- curs_inwstr |
| | | winwstr ( ) |
| |
| | get (or push back) wchar_t characters from curses terminal keyboard |
| | | -- curs_getwch ( ) |
| | | -- getwch ( ) |
| | | -- mvgetwch ( ) |
| | | -- mvwgetwch ( ) |
| | | -- ungetwch ( ) |
| | | -- wgetwch ( ) |
| |
| | get a multibyte character string from terminal |
| | | -- getnstr ( ) |
| | | -- getstr ( ) |
| | | -- mvgetnstr ( ) |
| | | -- mvgetstr ( ) |
| | | -- mvwgetnstr ( ) |
| | | -- mvwgetstr ( ) |
| | | -- wgetnstr ( ) |
| | | -- wgetstr ( ) |
| |
| | get a single-byte character from terminal |
| | | -- getch ( ) |
| | | -- mvgetch ( ) |
| | | -- mvwgetch ( ) |
| | | -- wgetch ( ) |
| |
| | get a wide character from terminal |
| | | -- get_wch ( ) |
| | | -- mvget_wch ( ) |
| | | -- mvwget_wch ( ) |
| | | -- wget_wch ( ) |
| |
| | get a wide character string (with rendition) from a cchar_t -- getcchar ( ) |
| |
| | get a wide character string from terminal |
| | | -- get_wstr ( ) |
| | | -- getn_wstr ( ) |
| | | -- mvget_wstr ( ) |
| | | -- mvgetn_wstr ( ) |
| | | -- mvwget_wstr ( ) |
| | | -- mvwgetn_wstr ( ) |
| | | -- wget_wstr ( ) |
| | | -- wgetn_wstr ( ) |
| |
| | get cursor or window coordinates |
| | | -- getbegyx ( ) |
| | | -- getmaxyx ( ) |
| | | -- getparyx ( ) |
| | | -- getyx ( ) |
| |
| | get_wch -- get a wide character from terminal ( ) |
| |
| | get_wstr -- get a wide character string from terminal ( ) |
| |
| | getbegyx -- get cursor or window coordinates ( ) |
| |
| | getbkgd -- set or get the background character (and rendition) of window ( ) |
| |
| | getbkgrnd -- set or get the background character (and rendition) of window using a complex character ( ) |
| |
| | getcchar -- get a wide character string (with rendition) from a cchar_t ( ) |
| |
| | getch -- get a single-byte character from terminal ( ) |
| |
| | getmaxyx -- get cursor or window coordinates ( ) |
| |
| | getn_wstr -- get a wide character string from terminal ( ) |
| |
| | getnstr -- get a multibyte character string from terminal ( ) |
| |
| | getnwstr -- get wchar_t character strings from curses terminal keyboard ( ) |
| |
| | getparyx -- get cursor or window coordinates ( ) |
| |
| | getstr -- get a multibyte character string from terminal ( ) |
| |
| | getwch -- get (or push back) wchar_t characters from curses terminal keyboard ( ) |
| |
| | getwin -- read a window from, and write a window to, a file ( ) |
| |
| | getwstr -- get wchar_t character strings from curses terminal keyboard ( ) |
| |
| | getyx -- get cursor or window coordinates ( ) |
| |
| | graphics interface |
| | | -- arc ( ) |
| | | -- box ( ) |
| | | -- circle ( ) |
| | | -- closepl ( ) |
| | | -- closevt ( ) |
| | | -- cont ( ) |
| | | -- erase ( ) |
| | | -- label ( ) |
| | | -- line ( ) |
| | | -- linemod ( ) |
| | | -- move ( ) |
| | | -- openpl ( ) |
| | | -- openvt ( ) |
| | | -- plot ( ) |
| | | -- point ( ) |
| | | -- space ( ) |