| | | | |
| I |
| |
| | idcok -- enable/disable hardware insert-character and delete-character features ( ) |
| |
| | idlok -- set terminal output controls ( ) |
| |
| | immedok -- call refresh on changes to window ( ) |
| |
| | in_wch -- retrieve a complex character (with rendition) ( ) |
| |
| | in_wchnstr -- retrieve complex character string (with rendition) ( ) |
| |
| | in_wchstr -- retrieve complex character string (with rendition) ( ) |
| |
| | inch -- return a single-byte character (with rendition) ( ) |
| |
| | inchnstr -- retrieve a single-byte character string (with rendition) ( ) |
| |
| | inchstr -- retrieve a single-byte character string (with rendition) ( ) |
| |
| | init_color -- manipulate color information ( ) |
| |
| | init_pair -- manipulate color information ( ) |
| |
| | initscr -- screen initialization functions ( ) |
| |
| | innstr -- retrieve a multibyte character string (without rendition) ( ) |
| |
| | innwstr -- get a string of wchar_t characters from a curses window ( ) |
| |
| | innwstr -- retrieve a wide character string (without rendition) ( ) |
| |
| | ins_nwstr -- insert a wide character string ( ) |
| |
| | ins_wch -- insert a complex character ( ) |
| |
| | ins_wstr -- insert a wide character string ( ) |
| |
| | insch -- insert a character ( ) |
| |
| | insdelln -- insert/delete lines to/from the window ( ) |
| |
| | insert a wchar_t character before the character under the cursor in a curses window -- curs_inswch ( ) |
| |
| | insert wchar_t string before character under the cursor in a curses window -- curs_inswstr ( ) |
| | | insnwstr ( ) |
| |
| | insert a wchar_t character before the character under the cursor in a curses window -- curs_inswch |
| | | inswch ( ) |
| |
| | insert wchar_t string before character under the cursor in a curses window -- curs_inswstr |
| | | inswstr ( ) |
| | | mvinsnwstr ( ) |
| |
| | insert a wchar_t character before the character under the cursor in a curses window -- curs_inswch |
| | | mvinswch ( ) |
| |
| | insert wchar_t string before character under the cursor in a curses window -- curs_inswstr |
| | | mvinswstr ( ) |
| | | mvwinsnwstr ( ) |
| |
| | insert a wchar_t character before the character under the cursor in a curses window -- curs_inswch |
| | | mvwinswch ( ) |
| |
| | insert wchar_t string before character under the cursor in a curses window -- curs_inswstr |
| | | mvwinswstr ( ) |
| | | winsnwstr ( ) |
| |
| | insert a wchar_t character before the character under the cursor in a curses window -- curs_inswch |
| | | winswch ( ) |
| |
| | insert wchar_t string before character under the cursor in a curses window -- curs_inswstr |
| | | winswstr ( ) |
| |
| | insert a character |
| | | -- insch ( ) |
| | | -- mvinsch ( ) |
| | | -- mvwinsch ( ) |
| | | -- winsch ( ) |
| |
| | insert a complex character |
| | | -- ins_wch ( ) |
| | | -- mvins_wch ( ) |
| | | -- mvwins_wch ( ) |
| | | -- wins_wch ( ) |
| |
| | insert a line in a window |
| | | -- insertln ( ) |
| | | -- winsertln ( ) |
| |
| | insert a multibyte character string |
| | | -- insnstr ( ) |
| | | -- insstr ( ) |
| | | -- mvinsnstr ( ) |
| | | -- mvinsstr ( ) |
| | | -- mvwinsnstr ( ) |
| | | -- mvwinsstr ( ) |
| | | -- winsnstr ( ) |
| | | -- winsstr ( ) |
| |
| | insert a wide character string |
| | | -- ins_nwstr ( ) |
| | | -- ins_wstr ( ) |
| | | -- mvins_nwstr ( ) |
| | | -- mvins_wstr ( ) |
| | | -- mvwins_nstr ( ) |
| | | -- mvwins_nwstr ( ) |
| | | -- wins_nwstr ( ) |
| | | -- wins_wstr ( ) |
| |
| | insert/delete lines to/from the window |
| | | -- insdelln ( ) |
| | | -- winsdelln ( ) |
| |
| | insertln -- insert a line in a window ( ) |
| |
| | insnstr -- insert a multibyte character string ( ) |
| |
| | insnwstr -- insert wchar_t string before character under the cursor in a curses window ( ) |
| |
| | insstr -- insert a multibyte character string ( ) |
| |
| | instr -- retrieve a multibyte character string (without rendition) ( ) |
| |
| | inswch -- insert a wchar_t character before the character under the cursor in a curses window ( ) |
| |
| | inswstr -- insert wchar_t string before character under the cursor in a curses window ( ) |
| |
| | interfaces to the terminfo database -- del_curterm ( ) |
| |
| | interfaces to the terminfo database -- restartterm ( ) |
| |
| | interfaces to the terminfo database -- setupterm ( ) |
| |
| | interfaces to the terminfo database -- set_curterm ( ) |
| |
| | intrflush -- enable or disable flush on interrupt ( ) |
| |
| | introduction and overview of X/Open Curses -- curses ( ) |
| |
| | inwch -- get a wchar_t character and its attributes from a curses window ( ) |
| |
| | inwchnstr -- get a string of wchar_t characters (and attributes) from a curses window ( ) |
| |
| | inwchstr -- get a string of wchar_t characters (and attributes) from a curses window ( ) |
| |
| | inwstr -- get a string of wchar_t characters from a curses window ( ) |
| |
| | inwstr -- retrieve a wide character string (without rendition) ( ) |
| |
| | is_linetouched -- control window refresh ( ) |
| |
| | is_wintouched -- control window refresh ( ) |
| |
| | isendwin -- restore initial terminal environment ( ) |