| | | | |
| C |
| |
| | call refresh on changes to window - immedok ( ) |
| |
| | can_change_color - manipulate color information ( ) |
| |
| | cbreak - set input mode controls ( ) |
| |
| | change foreground window attributes |
| | | - attroff ( ) |
| | | - attron ( ) |
| | | - attrset ( ) |
| | | - wattroff ( ) |
| | | - wattron ( ) |
| | | - wattrset ( ) |
| |
| | change the rendition of characters in a window |
| | | - chgat ( ) |
| | | - mvchgat ( ) |
| | | - mvwchgat ( ) |
| | | - wchgat ( ) |
| |
| | character based forms package, - forms ( ) |
| |
| | character based menus package, - menus ( ) |
| |
| | character based panels package, - panels ( ) |
| |
| | check for type-ahead characters - typeahead ( ) |
| |
| | chgat - change the rendition of characters in a window ( ) |
| |
| | circle - graphics interface ( ) |
| |
| | clear - clear a window ( ) |
| |
| | clear a window |
| | | - clear ( ) |
| | | - erase ( ) |
| | | - wclear ( ) |
| | | - werase ( ) |
| |
| | clear to the end of a line |
| | | - clrtoeol ( ) |
| | | - wclrtoeol ( ) |
| |
| | clear to the end of a window |
| | | - clrtobot ( ) |
| | | - wclrtobot ( ) |
| |
| | clearok - set terminal output controls ( ) |
| |
| | closepl - graphics interface ( ) |
| |
| | closevt - graphics interface ( ) |
| |
| | clrtobot - clear to the end of a window ( ) |
| |
| | clrtoeol - clear to the end of a line ( ) |
| |
| | color_content - manipulate color information ( ) |
| |
| | COLOR_PAIR - manipulate color information ( ) |
| |
| | COLOR_PAIRS - manipulate color information ( ) |
| |
| | color_set - control window attributes ( ) |
| |
| | COLORS - manipulate color information ( ) |
| |
| | COLS - number of columns on terminal screen ( ) |
| |
| | cont - graphics interface ( ) |
| |
| | control flush of input and output on interrupt |
| | | - noqiflush ( ) |
| | | - qiflush ( ) |
| |
| | control window attributes |
| | | - attr_get ( ) |
| | | - attr_off ( ) |
| | | - attr_on ( ) |
| | | - attr_set ( ) |
| | | - color_set ( ) |
| | | - wattr_get ( ) |
| | | - wattr_off ( ) |
| | | - wattr_on ( ) |
| | | - wattr_set ( ) |
| | | - wcolor_set ( ) |
| |
| | control window refresh |
| | | - is_linetouched ( ) |
| | | - is_wintouched ( ) |
| | | - touchline ( ) |
| | | - touchwin ( ) |
| | | - untouchwin ( ) |
| | | - wtouchln ( ) |
| |
| | convert formatted input from a window - mvscanw ( ) |
| |
| | convert formatted input from a window - mvwscanw ( ) |
| |
| | convert formatted input from a window - scanw ( ) |
| |
| | convert formatted input from a window - wscanw ( ) |
| |
| | convert formatted input from a window - vwscanw ( ) |
| |
| | copy overlapped windows - overlay ( ) |
| |
| | copy overlapped windows - overwrite ( ) |
| |
| | copy a character string (with renditions) to a window |
| | | - addchnstr ( ) |
| | | - addchstr ( ) |
| | | - mvaddchnstr ( ) |
| | | - mvaddchstr ( ) |
| | | - mvwaddchnstr ( ) |
| | | - mvwaddchstr ( ) |
| | | - waddchnstr ( ) |
| | | - waddchstr ( ) |
| |
| | copy a string of complex characters (with renditions) to a window |
| | | - add_wchnstr ( ) |
| | | - add_wchstr ( ) |
| | | - mvadd_wchnstr ( ) |
| | | - mvadd_wchstr ( ) |
| | | - mvwadd_wchnstr ( ) |
| | | - mvwadd_wchstr ( ) |
| | | - wadd_wchnstr ( ) |
| | | - wadd_wchstr ( ) |
| |
| | copywin - overlay or overwrite any portion of window ( ) |
| |
| | create a new window or subwindow |
| | | - derwin ( ) |
| | | - newwin ( ) |
| | | - subwin ( ) |
| |
| | create or refresh a pad or subpad |
| | | - newpad ( ) |
| | | - pnoutrefresh ( ) |
| | | - prefresh ( ) |
| | | - subpad ( ) |
| |
| | CRT handling and optimization package, - curses ( ) |
| |
| | cur_term - current terminal information ( ) |
| |
| | current terminal information - cur_term ( ) |
| |
| | current window - curscr ( ) |
| |
| | curs_addwch - add a wchar_t character (with attributes) to a curses window and advance cursor ( ) |
| |
| | curs_addwchstr - add string of wchar_t characters (and attributes) to a curses window ( ) |
| |
| | curs_addwstr - add a string of wchar_t characters to a curses window and advance cursor ( ) |
| |
| | curs_alecompat - moving the cursor by character ( ) |
| |
| | curs_attr - curses character and window attribute control routines ( ) |
| | | Attributes ( ) |
| |
| | curs_getwch - get (or push back) wchar_t characters from curses terminal keyboard ( ) |
| | | Function Keys ( ) |
| |
| | curs_getwstr - get wchar_t character strings from curses terminal keyboard ( ) |
| |
| | curs_inswch - insert a wchar_t character before the character under the cursor in a curses window ( ) |
| |
| | curs_inswstr - insert wchar_t string before character under the cursor in a curses window ( ) |
| |
| | curs_inwch - get a wchar_t character and its attributes from a curses window ( ) |
| |
| | curs_inwchstr - get a string of wchar_t characters (and attributes) from a curses window ( ) |
| |
| | curs_inwstr - get a string of wchar_t characters from a curses window ( ) |
| |
| | curs_pad - create and display curses pads ( ) |
| |
| | curs_set - set visibility of cursor ( ) |
| |
| | curscr - current window ( ) |
| |
| | curses - CRT handling and optimization package ( ) |
| |
| | curses - introduction and overview of X/Open Curses ( ) |
| |
| | curses pads, create and display - curs_pad ( ) |
| |
| | curses - introduction and overview of X/Open Curses |
| | | Attributes, Color Pairs, and Renditions ( ) |
| | | Complex Characters ( ) |
| | | Data Types ( ) |
| | | Display Operations ( ) |
| | | Input Processing ( ) |
| |
| | curses pads, create and display - curs_pad |
| | | newpad ( ) |
| |
| | curses - introduction and overview of X/Open Curses |
| | | Non-Spacing Characters ( ) |
| | | Overlapping Windows ( ) |
| |
| | curses pads, create and display - curs_pad |
| | | pechochar ( ) |
| | | pechowchar ( ) |
| | | pnoutrefresh ( ) |
| | | prefresh ( ) |
| |
| | curses - introduction and overview of X/Open Curses |
| | | Screens, Windows, and Terminals ( ) |
| | | Special Characters ( ) |
| |
| | curses pads, create and display - curs_pad |
| | | subpad ( ) |
| |
| | curses, low-level routines |
| | | - curs_kernel ( ) |
| | | - curs_set ( ) |
| | | - def_prog_mode ( ) |
| | | - def_shell_mode ( ) |
| | | - getsyx ( ) |
| | | - napms ( ) |
| | | - reset_prog_mode ( ) |
| | | - reset_shell_mode ( ) |
| | | - resettty ( ) |
| | | - ripoffline ( ) |
| | | - savetty ( ) |
| | | - setsyx ( ) |
| |
| | curses bell and screen flash routines |
| | | - beep ( ) |
| | | - curs_beep ( ) |
| | | - flash ( ) |
| |
| | curses borders, horizontal and vertical lines, create |
| | | - border ( ) |
| | | - box ( ) |
| | | - curs_border ( ) |
| | | - wborder ( ) |
| | | - whline ( ) |
| | | - wvline ( ) |
| |
| | curses character and window attribute control routines |
| | | - attroff ( ) |
| | | - attron ( ) |
| | | - attrset ( ) |
| | | - curs_attr ( ) |
| | | - standend ( ) |
| | | - standout ( ) |
| | | - wattroff ( ) |
| | | - wattron ( ) |
| | | - wattrset ( ) |
| | | - wstandend ( ) |
| | | - wstandout ( ) |
| |
| | curses color manipulation routines |
| | | - can_change_colors ( ) |
| | | - color_content ( ) |
| | | - curs_color ( ) |
| | | - has_colors ( ) |
| | | - init_color ( ) |
| | | - init_pair ( ) |
| | | - pair_content ( ) |
| | | - start_color ( ) |
| |
| | curses cursor and window coordinates |
| | | - curs_getyx ( ) |
| | | - getbegyx ( ) |
| | | - getmaxyx ( ) |
| | | - getparyx ( ) |
| | | - getyx ( ) |
| |
| | curses environment query routines |
| | | - baudrate ( ) |
| | | - curs_termattrs ( ) |
| | | - erasechar ( ) |
| | | - has_ic ( ) |
| | | - has_il ( ) |
| | | - killchar ( ) |
| | | - longname ( ) |
| | | - termattrs ( ) |
| | | - termname ( ) |
| |
| | curses interfaces to termcap library |
| | | - curs_termcap ( ) |
| | | - tgetent ( ) |
| | | - tgetflag ( ) |
| | | - tgetnum ( ) |
| | | - tgetstr ( ) |
| | | - tgoto ( ) |
| | | - tputs ( ) |
| |
| | curses interfaces to terminfo database |
| | | - curs_terminfo ( ) |
| | | - del_curterm ( ) |
| | | - mvcur ( ) |
| | | - putp ( ) |
| | | - restartterm ( ) |
| | | - set_curterm ( ) |
| | | - setterm ( ) |
| | | - setupterm ( ) |
| | | - tigetflag ( ) |
| | | - tigetnum ( ) |
| | | - tigetstr ( ) |
| | | - tparm ( ) |
| | | - tputs ( ) |
| | | - vidattr ( ) |
| | | - vidputs ( ) |
| |
| | curses library |
| | | See also form library, menu library, or panel library | |
| | | - adjcurspos ( ) |
| | | - curs_alecompat ( ) |
| | | - movenextch ( ) |
| | | - moveprevch ( ) |
| | | - wadjcurspos ( ) |
| | | - wmovenextch ( ) |
| | | - wmoveprevch ( ) |
| |
| | curses miscellaneous utility routines |
| | | - curs_util ( ) |
| | | - delay_output ( ) |
| | | - filter ( ) |
| | | - flushinp ( ) |
| | | - getwin ( ) |
| | | - keyname ( ) |
| | | - putwin ( ) |
| | | - unctrl ( ) |
| | | - use_env ( ) |
| |
| | curses refresh control routines |
| | | - curs_touch ( ) |
| | | - is_linetouched ( ) |
| | | - is_wintouched ( ) |
| | | - touchline ( ) |
| | | - touchwin ( ) |
| | | - untouchwin ( ) |
| | | - wtouchln ( ) |
| |
| | curses screen, read/write from/to file |
| | | - curs_scr_dump ( ) |
| | | - scr_dump ( ) |
| | | - scr_init ( ) |
| | | - scr_restore ( ) |
| | | - scr_set ( ) |
| |
| | curses screen initialization and manipulation routines |
| | | - curs_initscr ( ) |
| | | - delscreen ( ) |
| | | - endwin ( ) |
| | | - initscr ( ) |
| | | - isendwin ( ) |
| | | - newterm ( ) |
| | | - set_term ( ) |
| |
| | curses soft label routines |
| | | - curs_slk ( ) |
| | | - slk_attroff ( ) |
| | | - slk_attron ( ) |
| | | - slk_attrset ( ) |
| | | - slk_clear ( ) |
| | | - slk_init ( ) |
| | | - slk_label ( ) |
| | | - slk_noutrefresh ( ) |
| | | - slk_refresh ( ) |
| | | - slk_restore ( ) |
| | | - slk_set ( ) |
| | | - slk_touch ( ) |
| |
| | curses terminal input option control routines |
| | | - cbreak ( ) |
| | | - curs_inopts ( ) |
| | | - echo ( ) |
| | | - halfdelay ( ) |
| | | - intrflush ( ) |
| | | - keypad ( ) |
| | | - meta ( ) |
| | | - nocbreak ( ) |
| | | - nodelay ( ) |
| | | - noecho ( ) |
| | | - noqiflush ( ) |
| | | - noraw ( ) |
| | | - notimeout ( ) |
| | | - qiflush ( ) |
| | | - raw ( ) |
| | | - timeout ( ) |
| | | - typeahead ( ) |
| | | - wtimeout ( ) |
| |
| | curses terminal keyboard |
| | | - curs_getstr ( ) |
| | | - getstr ( ) |
| | | - mvgetstr ( ) |
| | | - mvwgetstr ( ) |
| | | - wgetnstr ( ) |
| | | - wgetstr ( ) |
| |
| | curses terminal keyboard, get characters |
| | | - curs_getch ( ) |
| | | - getch ( ) |
| | | - mvgetch ( ) |
| | | - mvwgetch ( ) |
| | | - ungetch ( ) |
| | | - wgetch ( ) |
| |
| | curses terminal output option control routines |
| | | - clearok ( ) |
| | | - curs_outopts ( ) |
| | | - idcok ( ) |
| | | - idlok ( ) |
| | | - immedok ( ) |
| | | - leaveok ( ) |
| | | - nl ( ) |
| | | - nonl ( ) |
| | | - scrollok ( ) |
| | | - setscereg ( ) |
| | | - wsetscrreg ( ) |
| |
| | curses window, add character and advance cursor |
| | | - addch ( ) |
| | | - curs_addch ( ) |
| | | - echochar ( ) |
| | | - mvwaddch ( ) ( ) |
| | | - waddch ( ) |
| | | - wechochar ( ) |
| |
| | curses window, add string of characters |
| | | - addchnstr ( ) |
| | | - addchstr ( ) |
| | | - curs_addchstr ( ) |
| | | - mvaddchnstr ( ) |
| | | - mvaddchstr ( ) |
| | | - mvwaddchnstr ( ) |
| | | - mvwaddchstr ( ) |
| | | - waddchnstr ( ) |
| | | - waddchstr ( ) |
| |
| | curses window, add string of characters and advance cursor |
| | | - addnstr ( ) |
| | | - addstr ( ) |
| | | - curs_addstr ( ) |
| | | - mvaddnstr ( ) ( ) |
| | | - mvaddstr ( ) |
| | | - mvwaddstr ( ) |
| | | - waddnstr ( ) |
| | | - waddstr ( ) |
| |
| | curses window, clear all or part |
| | | - clear ( ) |
| | | - clrtobot ( ) |
| | | - clrtoeol ( ) |
| | | - curs_clear ( ) |
| | | - erase ( ) |
| | | - wclear ( ) |
| | | - wclrtobot ( ) |
| | | - wclrtoeol ( ) |
| | | - werase ( ) |
| |
| | curses window, convert formatted input |
| | | - curs_scanw ( ) |
| | | - mvscanw ( ) |
| | | - mvwscanw ( ) |
| | | - scanw ( ) |
| | | - vwscanw ( ) |
| | | - wscanw ( ) |
| |
| | curses window, delete and insert lines |
| | | - curs_deleteln ( ) |
| | | - deleteln ( ) |
| | | - insdelln ( ) |
| | | - insertln ( ) |
| | | - wdeleteln ( ) |
| | | - winsdelln ( ) |
| | | - winsertln ( ) |
| |
| | curses window, delete character under cursor |
| | | - curs_delch ( ) |
| | | - delch ( ) |
| | | - mvdelch ( ) |
| | | - mvwdelch ( ) |
| | | - wdelch ( ) |
| |
| | curses window, get character and its attributes |
| | | - curs_inch ( ) |
| | | - inch ( ) |
| | | - mvinch ( ) |
| | | - mvwinch ( ) |
| | | - winch ( ) |
| |
| | curses window, get string of characters |
| | | - curs_inchstr ( ) |
| | | - curs_instr ( ) |
| | | - inchnstr ( ) |
| | | - inchstr ( ) |
| | | - innstr ( ) |
| | | - instr ( ) |
| | | - mvinchnstr ( ) |
| | | - mvinchstr ( ) |
| | | - mvinnstr ( ) |
| | | - mvinstr ( ) |
| | | - mvwinchnstr ( ) |
| | | - mvwinchstr ( ) |
| | | - mvwinnstr ( ) |
| | | - mvwinstr ( ) |
| | | - winchnstr ( ) |
| | | - winchstr ( ) |
| | | - winnstr ( ) |
| | | - winstr ( ) |
| |
| | curses window, insert character before character under cursor |
| | | - curs_insch ( ) |
| | | - insch ( ) |
| | | - mvinsch ( ) |
| | | - mvwinsch ( ) |
| | | - winsch ( ) |
| |
| | curses window, insert string before character under cursor |
| | | - curs_instr ( ) |
| | | - insnstr ( ) |
| | | - instr ( ) |
| | | - mvinsnstr ( ) |
| | | - mvinsstr ( ) |
| | | - mvwinsnstr ( ) |
| | | - mvwinsstr ( ) |
| | | - winsnstr ( ) |
| | | - winsstr ( ) |
| |
| | curses window, scroll |
| | | - curs_scroll ( ) |
| | | - scrl ( ) |
| | | - scroll ( ) |
| | | - wscrl ( ) |
| |
| | curses window background manipulation routines |
| | | - bkgd ( ) |
| | | - bkgdset ( ) |
| | | - curs_bkgd ( ) |
| | | - wbkgd ( ) |
| | | - wbkgdset ( ) |
| |
| | curses window cursor |
| | | - curs_move ( ) |
| | | - move ( ) |
| | | - wmove ( ) |
| |
| | curses windows, create |
| | | - curs_window ( ) |
| | | - delwin ( ) |
| | | - derwin ( ) |
| | | - dupwin ( ) |
| | | - mvderwin ( ) |
| | | - mvwin ( ) |
| | | - newwin ( ) |
| | | - subwin ( ) |
| | | - syncok ( ) |
| | | - wcursyncup ( ) |
| | | - wsyncdown ( ) |
| | | - wsyncup ( ) |
| |
| | curses windows, overlap and manipulate |
| | | - copywin ( ) |
| | | - curs_overlay ( ) |
| | | - overlay ( ) |
| | | - overwrite ( ) |
| |
| | curses windows, print formatted output |
| | | - curs_printw ( ) |
| | | - mvprintw ( ) |
| | | - mvwprintw ( ) |
| | | - printw ( ) |
| | | - vwprintw ( ) |
| | | - wprintw ( ) |
| |
| | curses windows and lines, refresh |
| | | - curs_refresh ( ) |
| | | - doupdate ( ) |
| | | - redrawwin ( ) |
| | | - refresh ( ) |
| | | - wnoutrefresh ( ) |
| | | - wredrawln ( ) |
| | | - wrefresh ( ) |