| | | | |
| M |
| |
| | manipulate color information - can_change_color ( ) |
| |
| | manipulate color information - color_content ( ) |
| |
| | manipulate color information - COLOR_PAIR ( ) |
| |
| | manipulate color information - COLOR_PAIRS ( ) |
| |
| | manipulate color information - COLORS ( ) |
| |
| | manipulate color information - has_colors ( ) |
| |
| | manipulate color information - init_color ( ) |
| |
| | manipulate color information - init_pair ( ) |
| |
| | manipulate color information - pair_content ( ) |
| |
| | manipulate color information - PAIR_NUMBER ( ) |
| |
| | manipulate color information - start_color ( ) |
| |
| | map area of parent window to subwindow - mvderwin ( ) |
| |
| | menu library |
| | | See also curses library | |
| |
| | menus - character based menus package ( ) |
| |
| | menus, application-specific routines |
| | | - item_init ( ) |
| | | - item_term ( ) |
| | | - menu_hook ( ) |
| | | - menu_init ( ) |
| | | - menu_term ( ) |
| | | - set_item_init ( ) |
| | | - set_item_term ( ) |
| | | - set_menu_init ( ) |
| | | - set_menu_term ( ) |
| |
| | menus, associate application data |
| | | - menu_userptr ( ) |
| | | - set_menu_userptr ( ) |
| |
| | menus, create and destroy |
| | | - free_menu ( ) |
| | | - menu_new ( ) |
| | | - new_menu ( ) |
| |
| | menus, rows and columns |
| | | - menu_format ( ) |
| | | - set_menu_format ( ) |
| |
| | menus cursor |
| | | - menu_cursor ( ) |
| | | - pos_menu_cursor ( ) |
| |
| | menus display attributes |
| | | - menu_attributes ( ) |
| | | - menu_back ( ) |
| | | - menu_fore ( ) |
| | | - menu_grey ( ) |
| | | - menu_pad ( ) |
| | | - set_menu_back ( ) |
| | | - set_menu_fore ( ) |
| | | - set_menu_grey ( ) |
| | | - set_menu_pad ( ) |
| |
| | menus from associated subwindows, write/erase |
| | | - menu_post ( ) |
| | | - post_menu ( ) |
| | | - unpost_menu ( ) |
| |
| | menus item, visibility |
| | | - item_visible ( ) |
| | | - menu_item_visible ( ) |
| |
| | menus item name and description |
| | | - item_description ( ) |
| | | - item_name ( ) |
| | | - menu_item_name ( ) |
| |
| | menus item options routines |
| | | - item_opts ( ) |
| | | - item_opts_off ( ) |
| | | - item_opts_on ( ) |
| | | - menu_item_opts ( ) |
| | | - set_item_opts ( ) |
| |
| | menus item values, set and get |
| | | - item_value ( ) |
| | | - menu_item_value ( ) |
| | | - set_item_value ( ) |
| |
| | menus items, associate application data |
| | | - item_userptr ( ) |
| | | - menu_item_userptr ( ) |
| | | - set_item_userptr ( ) |
| |
| | menus items, connect and disconnect |
| | | - item_count ( ) |
| | | - menu_items ( ) |
| | | - set_menu_items ( ) |
| |
| | menus items, create and destroy |
| | | - free_item ( ) |
| | | - menu_item_new ( ) |
| | | - new_item ( ) |
| |
| | menus items, get and set |
| | | - current_item ( ) |
| | | - item_index ( ) |
| | | - menu_item_current ( ) |
| | | - set_current_item ( ) |
| | | - set_top_row ( ) |
| | | - top_row ( ) |
| |
| | menus mark string routines |
| | | - menu_mark ( ) |
| | | - set_menu_mark ( ) |
| |
| | menus options routines |
| | | - menu_opts ( ) |
| | | - menu_opts_off ( ) |
| | | - menu_opts_on ( ) |
| | | - set_menu_opts ( ) |
| |
| | menus pattern match buffer |
| | | - menu_pattern ( ) |
| | | - set_menu_pattern ( ) |
| |
| | menus subsystem, command processor, - menu_driver ( ) |
| |
| | menus window and subwindow association routines |
| | | - menu_sub ( ) |
| | | - menu_win ( ) |
| | | - scale_menu ( ) |
| | | - set_menu_sub ( ) |
| | | - set_menu_win ( ) |
| |
| | meta - enable/disable meta keys ( ) |
| |
| | move - graphics interface ( ) |
| |
| | move - move cursor in window ( ) |
| |
| | move cursor in window |
| | | - move ( ) |
| | | - wmove ( ) |
| |
| | move the cursor - mvcur ( ) |
| |
| | move window - mvwin ( ) |
| |
| | movenextch - moving the cursor by character ( ) |
| |
| | moveprevch - moving the cursor by character ( ) |
| |
| | mvadd_wch - add a complex character (with rendition) to a window ( ) |
| |
| | mvadd_wchnstr - copy a string of complex characters (with renditions) to a window ( ) |
| |
| | mvadd_wchstr - copy a string of complex characters (with renditions) to a window ( ) |
| |
| | mvaddch - add a character (with rendition) to a window ( ) |
| |
| | mvaddchnstr - copy a character string (with renditions) to a window ( ) |
| |
| | mvaddchstr - copy a character string (with renditions) to a window ( ) |
| |
| | mvaddnstr - add a multi-byte character string (without rendition) to a window ( ) |
| |
| | mvaddnwstr - add a string of wchar_t characters to a curses window and advance cursor ( ) |
| |
| | mvaddnwstr - add a wide-character string to a window ( ) |
| |
| | mvaddstr - add a multi-byte character string (without rendition) to a window ( ) |
| |
| | mvaddwch - add a wchar_t character (with attributes) to a curses window and advance cursor ( ) |
| |
| | mvaddwchnstr - add string of wchar_t characters (and attributes) to a curses window ( ) |
| |
| | mvaddwchstr - add string of wchar_t characters (and attributes) to a curses window ( ) |
| |
| | mvaddwstr - add a string of wchar_t characters to a curses window and advance cursor ( ) |
| |
| | mvaddwstr - add a wide-character string to a window ( ) |
| |
| | mvchgat - change the rendition of characters in a window ( ) |
| |
| | mvcur - move the cursor ( ) |
| |
| | mvdelch - remove a character ( ) |
| |
| | mvderwin - map area of parent window to subwindow ( ) |
| |
| | mvget_wch - get a wide character from terminal ( ) |
| |
| | mvget_wstr - get a wide character string from terminal ( ) |
| |
| | mvgetch - get a single-byte character from terminal ( ) |
| |
| | mvgetn_wstr - get a wide character string from terminal ( ) |
| |
| | mvgetnstr - get a multibyte character string from terminal ( ) |
| |
| | mvgetnwstr - get wchar_t character strings from curses terminal keyboard ( ) |
| |
| | mvgetstr - get a multibyte character string from terminal ( ) |
| |
| | mvgetwch - get (or push back) wchar_t characters from curses terminal keyboard ( ) |
| |
| | mvgetwstr - get wchar_t character strings from curses terminal keyboard ( ) |
| |
| | mvhline - use single-byte characters (and renditions) to draw lines ( ) |
| |
| | mvhline_set - use complex characters (and renditions) to draw lines ( ) |
| |
| | mvin_wch - retrieve a complex character (with rendition) ( ) |
| |
| | mvin_wchnstr - retrieve complex character string (with rendition) ( ) |
| |
| | mvin_wchstr - retrieve complex character string (with rendition) ( ) |
| |
| | mvinch - return a single-byte character (with rendition) ( ) |
| |
| | mvinchnstr - retrieve a single-byte character string (with rendition) ( ) |
| |
| | mvinchstr - retrieve a single-byte character string (with rendition) ( ) |
| |
| | mvinnstr - retrieve a multibyte character string (without rendition) ( ) |
| |
| | mvinnwstr - get a string of wchar_t characters from a curses window ( ) |
| |
| | mvinnwstr - retrieve a wide character string (without rendition) ( ) |
| |
| | mvins_nwstr - insert a wide character string ( ) |
| |
| | mvins_wch - insert a complex character ( ) |
| |
| | mvins_wstr - insert a wide character string ( ) |
| |
| | mvinsch - insert a character ( ) |
| |
| | mvinsnstr - insert a multibyte character string ( ) |
| |
| | mvinsnwstr - insert wchar_t string before character under the cursor in a curses window ( ) |
| |
| | mvinsstr - insert a multibyte character string ( ) |
| |
| | mvinstr - retrieve a multibyte character string (without rendition) ( ) |
| |
| | mvinswch - insert a wchar_t character before the character under the cursor in a curses window ( ) |
| |
| | mvinswstr - insert wchar_t string before character under the cursor in a curses window ( ) |
| |
| | mvinwch - get a wchar_t character and its attributes from a curses window ( ) |
| |
| | mvinwchnstr - get a string of wchar_t characters (and attributes) from a curses window ( ) |
| |
| | mvinwchstr - get a string of wchar_t characters (and attributes) from a curses window ( ) |
| |
| | mvinwstr - get a string of wchar_t characters from a curses window ( ) |
| |
| | mvinwstr - retrieve a wide character string (without rendition) ( ) |
| |
| | mvprintw - print formatted output window ( ) |
| |
| | mvscanw - convert formatted input from a window ( ) |
| |
| | mvvline - use single-byte characters (and renditions) to draw lines ( ) |
| |
| | mvvline_set - use complex characters (and renditions) to draw lines ( ) |
| |
| | mvwadd_wch - add a complex character (with rendition) to a window ( ) |
| |
| | mvwadd_wchnstr - copy a string of complex characters (with renditions) to a window ( ) |
| |
| | mvwadd_wchstr - copy a string of complex characters (with renditions) to a window ( ) |
| |
| | mvwaddch - add a character (with rendition) to a window ( ) |
| |
| | mvwaddchnstr - copy a character string (with renditions) to a window ( ) |
| |
| | mvwaddchstr - copy a character string (with renditions) to a window ( ) |
| |
| | mvwaddnwstr - add a string of wchar_t characters to a curses window and advance cursor ( ) |
| |
| | mvwaddnwstr - add a wide-character string to a window ( ) |
| |
| | mvwaddstr - add a multi-byte character string (without rendition) to a window ( ) |
| |
| | mvwaddwch - add a wchar_t character (with attributes) to a curses window and advance cursor ( ) |
| |
| | mvwaddwchnstr - add string of wchar_t characters (and attributes) to a curses window ( ) |
| |
| | mvwaddwchstr - add string of wchar_t characters (and attributes) to a curses window ( ) |
| |
| | mvwaddwstr - add a string of wchar_t characters to a curses window and advance cursor ( ) |
| |
| | mvwaddwstr - add a wide-character string to a window ( ) |
| |
| | mvwchgat - change the rendition of characters in a window ( ) |
| |
| | mvwdelch - remove a character ( ) |
| |
| | mvwget_wch - get a wide character from terminal ( ) |
| |
| | mvwget_wstr - get a wide character string from terminal ( ) |
| |
| | mvwgetch - get a single-byte character from terminal ( ) |
| |
| | mvwgetn_wstr - get a wide character string from terminal ( ) |
| |
| | mvwgetnstr - get a multibyte character string from terminal ( ) |
| |
| | mvwgetnwstr - get wchar_t character strings from curses terminal keyboard ( ) |
| |
| | mvwgetstr - get a multibyte character string from terminal ( ) |
| |
| | mvwgetwch - get (or push back) wchar_t characters from curses terminal keyboard ( ) |
| |
| | mvwgetwstr - get wchar_t character strings from curses terminal keyboard ( ) |
| |
| | mvwhline - use single-byte characters (and renditions) to draw lines ( ) |
| |
| | mvwhline_set - use complex characters (and renditions) to draw lines ( ) |
| |
| | mvwin - move window ( ) |
| |
| | mvwin_wch - retrieve a complex character (with rendition) ( ) |
| |
| | mvwin_wchnstr - retrieve complex character string (with rendition) ( ) |
| |
| | mvwin_wchstr - retrieve complex character string (with rendition) ( ) |
| |
| | mvwinch - return a single-byte character (with rendition) ( ) |
| |
| | mvwinchnstr - retrieve a single-byte character string (with rendition) ( ) |
| |
| | mvwinchstr - retrieve a single-byte character string (with rendition) ( ) |
| |
| | mvwinnstr - retrieve a multibyte character string (without rendition) ( ) |
| |
| | mvwinnwstr - get a string of wchar_t characters from a curses window ( ) |
| |
| | mvwinnwstr - retrieve a wide character string (without rendition) ( ) |
| |
| | mvwins_nstr - insert a wide character string ( ) |
| |
| | mvwins_nwstr - insert a wide character string ( ) |
| |
| | mvwins_wch - insert a complex character ( ) |
| |
| | mvwinsch - insert a character ( ) |
| |
| | mvwinsnstr - insert a multibyte character string ( ) |
| |
| | mvwinsnwstr - insert wchar_t string before character under the cursor in a curses window ( ) |
| |
| | mvwinsstr - insert a multibyte character string ( ) |
| |
| | mvwinstr - retrieve a multibyte character string (without rendition) ( ) |
| |
| | mvwinswch - insert a wchar_t character before the character under the cursor in a curses window ( ) |
| |
| | mvwinswstr - insert wchar_t string before character under the cursor in a curses window ( ) |
| |
| | mvwinwch - get a wchar_t character and its attributes from a curses window ( ) |
| |
| | mvwinwchnstr - get a string of wchar_t characters (and attributes) from a curses window ( ) |
| |
| | mvwinwchstr - get a string of wchar_t characters (and attributes) from a curses window ( ) |
| |
| | mvwinwstr - get a string of wchar_t characters from a curses window ( ) |
| |
| | mvwinwstr - retrieve a wide character string (without rendition) ( ) |
| |
| | mvwprintw - print formatted output window ( ) |
| |
| | mvwscanw - convert formatted input from a window ( ) |
| |
| | mvwvline - use single-byte characters (and renditions) to draw lines ( ) |
| |
| | mvwvline_set - use complex characters (and renditions) to draw lines ( ) |
| |
| | mwwaddnstr - add a multi-byte character string (without rendition) to a window ( ) |