Name = Intro - introduction to CRT screen handling and optimization (curses) library routines
IndexEntry = intro - introduction to CRT screen handling and optimization (curses) library routines
curs_addch.3curses.html:
Title = curs_addch(3curses)
Version = 1.0
Name = curs_addch: addch, waddch, mvaddch, mvwaddch, echochar, wechochar - add a character (with attributes) to a curses window and advance cursor
curs_addchstr.3curses.html:
Title = curs_addchstr(3curses)
Version = 1.0
Name = curs_addchstr: addchstr, addchnstr, waddchstr, waddchnstr, mvaddchstr, mvaddchnstr, mvwaddchstr, mvwaddchnstr - add string of characters (and attributes) to a curses window
curs_addstr.3curses.html:
Title = curs_addstr(3curses)
Version = 1.0
Name = curs_addstr: addstr, addnstr, waddstr, waddnstr, mvaddstr, mvaddnstr, mvwaddstr, mvwaddnstr - add a string of characters to a curses window and advance cursor
curs_addwch.3curses.html:
Title = curs_addwch(3curses)
Version = 1.0
Name = curs_addwch: addwch, waddwch, mvaddwch, mvwaddwch, echowchar, wechowchar - add a wchar_t character (with attributes) to a curses window and advance cursor
curs_addwchstr.3curses.html:
Title = curs_addwchstr(3curses)
Version = 1.0
Name = curs_addwchstr: addwchstr, addwchnstr, waddwchstr, waddwchnstr, mvaddwchstr, mvaddwchnstr, mvwaddwchstr, mvwaddwchnstr - add string of wchar_t characters (and attributes) to a curses window
curs_addwstr.3curses.html:
Title = curs_addwstr(3curses)
Version = 1.0
Name = curs_addwstr: addwstr, addnwstr, waddwstr, waddnwstr, mvaddwstr, mvaddnwstr, mvwaddwstr, mvwaddnwstr - add a string of wchar_t characters to a curses window and advance cursor
curs_attr.3curses.html:
Title = curs_attr(3curses)
Version = 1.0
Name = curs_attr: attroff, wattroff, attron, wattron, attrset, wattrset, standend, wstandend, standout, wstandout - curses character and window attribute control routines
curs_beep.3curses.html:
Title = curs_beep(3curses)
Version = 1.0
Name = curs_beep: beep, flash - curses bell and screen flash routines
Name = curs_border: border, wborder, box, hline, whline, vline, wvline - create curses borders, horizontal and vertical lines
curs_clear.3curses.html:
Title = curs_clear(3curses)
Version = 1.0
Name = curs_clear: erase, werase, clear, wclear, clrtobot, wclrtobot, clrtoeol, wclrtoeol - clear all or part of a curses window
curs_color.3curses.html:
Title = curs_color(3curses)
Version = 1.0
Name = curs_color: start_color, init_pair, init_color, has_colors, can_change_color, color_content, pair_content - curses color manipulation routines
curs_delch.3curses.html:
Title = curs_delch(3curses)
Version = 1.0
Name = curs_delch: delch, wdelch, mvdelch, mvwdelch - delete character under cursor in a curses window
curs_deleteln.3curses.html:
Title = curs_deleteln(3curses)
Version = 1.0
Name = curs_deleteln: deleteln, wdeleteln, insdelln, winsdelln, insertln, winsertln - delete and insert lines in a curses window
curses.3curses.html:
Title = curses(3curses)
Version = 1.0
Name = curses - CRT screen handling and optimization package
curs_getch.3curses.html:
Title = curs_getch(3curses)
Version = 1.0
Name = curs_getch: getch, wgetch, mvgetch, mvwgetch, ungetch - get (or push back) characters from curses terminal keyboard
curs_getstr.3curses.html:
Title = curs_getstr(3curses)
Version = 1.0
Name = curs_getstr: getstr, wgetstr, mvgetstr, mvwgetstr, wgetnstr - get character strings from curses terminal keyboard
curs_getwch.3curses.html:
Title = curs_getwch(3curses)
Version = 1.0
Name = curs_getwch: getwch, wgetwch, mvgetwch, mvwgetwch, ungetwch - get (or push back) wchar_t characters from curses terminal keyboard
curs_getwstr.3curses.html:
Title = curs_getwstr(3curses)
Version = 1.0
Name = curs_getwstr: getwstr, getnwstr, wgetwstr, wgetnwstr, mvgetwstr, mvgetnwstr, mvwgetwstr, mvwgetnwstr - get wchar_t character strings from curses terminal keyboard
curs_getyx.3curses.html:
Title = curs_getyx(3curses)
Version = 1.0
Name = curs_getyx: getyx, getparyx, getbegyx, getmaxyx - get curses cursor and window coordinates
curs_inch.3curses.html:
Title = curs_inch(3curses)
Version = 1.0
Name = curs_inch: inch, winch, mvinch, mvwinch - get a character and its attributes from a curses window
curs_inchstr.3curses.html:
Title = curs_inchstr(3curses)
Version = 1.0
Name = curs_inchstr: inchstr, inchnstr, winchstr, winchnstr, mvinchstr, mvinchnstr, mvwinchstr, mvwinchnstr - get a string of characters (and attributes) from a curses window
curs_initscr.3curses.html:
Title = curs_initscr(3curses)
Version = 1.0
Name = curs_initscr: initscr, newterm, endwin, isendwin, set_term, delscreen - curses screen initialization and manipulation routines
Name = curs_insch: insch, winsch, mvinsch, mvwinsch - insert a character before the character under the cursor in a curses window
curs_insstr.3curses.html:
Title = curs_insstr(3curses)
Version = 1.0
Name = curs_insstr: insstr, insnstr, winsstr, winsnstr, mvinsstr, mvinsnstr, mvwinsstr, mvwinsnstr - insert string before character under the cursor in a curses window
curs_instr.3curses.html:
Title = curs_instr(3curses)
Version = 1.0
Name = curs_instr: instr, innstr, winstr, winnstr, mvinstr, mvinnstr, mvwinstr, mvwinnstr - get a string of characters from a curses window
curs_inswch.3curses.html:
Title = curs_inswch(3curses)
Version = 1.0
Name = curs_inswch: inswch, winswch, mvinswch, mvwinswch - insert a wchar_t character before the character under the cursor in a curses window
curs_inswstr.3curses.html:
Title = curs_inswstr(3curses)
Version = 1.0
Name = curs_inswstr: inswstr, insnwstr, winswstr, winsnwstr, mvinswstr, mvinsnwstr, mvwinswstr, mvwinsnwstr - insert wchar_t string before character under the cursor in a curses window
curs_inwch.3curses.html:
Title = curs_inwch(3curses)
Version = 1.0
Name = curs_inwch: inwch, winwch, mvinwch, mvwinwch - get a wchar_t character and its attributes from a curses window
curs_inwchstr.3curses.html:
Title = curs_inwchstr(3curses)
Version = 1.0
Name = curs_inwchstr: inwchstr, inwchnstr, winwchstr, winwchnstr, mvinwchstr, mvinwchnstr, mvwinwchstr, mvwinwchnstr - get a string of wchar_t characters (and attributes) from a curses window
curs_inwstr.3curses.html:
Title = curs_inwstr(3curses)
Version = 1.0
Name = curs_inwstr: inwstr, innwstr, winwstr, winnwstr, mvinwstr, mvinnwstr, mvwinwstr, mvwinnwstr - get a string of wchar_t characters from a curses window
Name = curs_window: newwin, delwin, mvwin, subwin, derwin, mvderwin, dupwin, wsyncup, syncok, wcursyncup, wsyncdown - create curses windows
form_cursor.3curses.html:
Title = form_cursor(3curses)
Version = 1.0
Name = form_cursor: pos_form_cursor - position forms window cursor
form_data.3curses.html:
Title = form_data(3curses)
Version = 1.0
Name = form_data: data_ahead, data_behind - tell if forms field has off-screen data ahead or behind
form_driver.3curses.html:
Title = form_driver(3curses)
Version = 1.0
Name = form_driver - command processor for the forms subsystem
form_field.3curses.html:
Title = form_field(3curses)
Version = 1.0
Name = form_field: set_form_fields, form_fields, field_count, move_field - connect fields to forms
form_field_attributes.3curses.html:
Title = form_field_attributes(3curses)
Version = 1.0
Name = form_field_attributes: set_field_fore, field_fore, set_field_back, field_back, set_field_pad, field_pad - format the general display attributes of forms
form_field_buffer.3curses.html:
Title = form_field_buffer(3curses)
Version = 1.0
Name = form_field_buffer: set_field_buffer, field_buffer, set_field_status, field_status, set_max_field - set and get forms field attributes
form_field_info.3curses.html:
Title = form_field_info(3curses)
Version = 1.0
Name = form_field_info: field_info, dynamic_field_info - get forms field characteristics
form_field_just.3curses.html:
Title = form_field_just(3curses)
Version = 1.0
Name = form_field_just: set_field_just, field_just - format the general appearance of forms
form_field_new.3curses.html:
Title = form_field_new(3curses)
Version = 1.0
Name = form_field_new: new_field, dup_field, link_field, free_field, - create and destroy forms fields
form_field_opts.3curses.html:
Title = form_field_opts(3curses)
Version = 1.0
Name = form_field_opts: set_field_opts, field_opts_on, field_opts_off, field_opts - forms field option routines
form_fieldtype.3curses.html:
Title = form_fieldtype(3curses)
Version = 1.0
Name = form_fieldtype: new_fieldtype, free_fieldtype, set_fieldtype_arg, set_fieldtype_choice, link_fieldtype - forms fieldtype routines
form_field_userptr.3curses.html:
Title = form_field_userptr(3curses)
Version = 1.0
Name = form_field_userptr: set_field_userptr, field_userptr - associate application data with forms
form_field_validation.3curses.html:
Title = form_field_validation(3curses)
Version = 1.0
Name = form_field_validation: set_field_type, field_type, field_arg - forms field data type validation
form_hook.3curses.html:
Title = form_hook(3curses)
Version = 1.0
Name = form_hook: set_form_init, form_init, set_form_term, form_term, set_field_init, field_init, set_field_term, field_term - assign application-specific routines for invocation by forms
form_new.3curses.html:
Title = form_new(3curses)
Version = 1.0
Name = form_new: new_form, free_form - create and destroy forms
form_new_page.3curses.html:
Title = form_new_page(3curses)
Version = 1.0
Name = form_new_page: set_new_page, new_page - forms pagination
form_opts.3curses.html:
Title = form_opts(3curses)
Version = 1.0
Name = form_opts: set_form_opts, form_opts_on, form_opts_off, form_opts - forms option routines
form_page.3curses.html:
Title = form_page(3curses)
Version = 1.0
Name = form_page: set_form_page, form_page, set_current_field, current_field, field_index - set forms current page and field
form_post.3curses.html:
Title = form_post(3curses)
Version = 1.0
Name = form_post: post_form, unpost_form - write or erase forms from associated subwindows
forms.3curses.html:
Title = forms(3curses)
Version = 1.0
Name = forms - character based forms package
form_userptr.3curses.html:
Title = form_userptr(3curses)
Version = 1.0
Name = form_userptr: set_form_userptr, form_userptr - associate application data with forms
form_win.3curses.html:
Title = form_win(3curses)
Version = 1.0
Name = form_win: set_form_win, form_win, set_form_sub, form_sub, scale_form - forms window and subwindow association routines
menu_attributes.3curses.html:
Title = menu_attributes(3curses)
Version = 1.0
Name = menu_attributes: set_menu_fore, menu_fore, set_menu_back, menu_back, set_menu_grey, menu_grey, set_menu_pad, menu_pad - control menus display attributes
menu_cursor.3curses.html:
Title = menu_cursor(3curses)
Version = 1.0
Name = menu_cursor: pos_menu_cursor - correctly position a menus cursor
menu_driver.3curses.html:
Title = menu_driver(3curses)
Version = 1.0
Name = menu_driver - command processor for the menus subsystem
menu_format.3curses.html:
Title = menu_format(3curses)
Version = 1.0
Name = menu_format: set_menu_format, menu_format - set and get maximum numbers of rows and columns in menus
menu_hook.3curses.html:
Title = menu_hook(3curses)
Version = 1.0
Name = menu_hook: set_item_init, item_init, set_item_term, item_term, set_menu_init, menu_init, set_menu_term, menu_term - assign application-specific routines for automatic invocation by menus
menu_item_current.3curses.html:
Title = menu_item_current(3curses)
Version = 1.0
Name = menu_item_current: set_current_item, current_item, set_top_row, top_row, item_index - set and get current menus items
menu_item_name.3curses.html:
Title = menu_item_name(3curses)
Version = 1.0
Name = menu_item_name: item_name, item_description - get menus item name and description
menu_item_new.3curses.html:
Title = menu_item_new(3curses)
Version = 1.0
Name = menu_item_new: new_item, free_item - create and destroy menus items