Ncurses º¯Êý
Table of Contents
- ncurses_addch ¡ª Add character at current position and advance cursor
- ncurses_addchnstr ¡ª Add attributed string with specified length at current position
- ncurses_addchstr ¡ª Add attributed string at current position
- ncurses_addnstr ¡ª Add string with specified length at current position
- ncurses_addstr ¡ª Output text at current position
- ncurses_assume_default_colors ¡ª Define default colors for color 0
- ncurses_attroff ¡ª Turn off the given attributes
- ncurses_attron ¡ª Turn on the given attributes
- ncurses_attrset ¡ª Set given attributes
- ncurses_baudrate ¡ª Returns baudrate of terminal
- ncurses_beep ¡ª Let the terminal beep
- ncurses_bkgd ¡ª Set background property for terminal screen
- ncurses_bkgdset ¡ª Control screen background
- ncurses_border ¡ª Draw a border around the screen using attributed characters
- ncurses_bottom_panel ¡ª Moves a visible panel to the bottom of the stack
- ncurses_can_change_color ¡ª Checks if terminal color definitions can be changed
- ncurses_cbreak ¡ª Switch of input buffering
- ncurses_clear ¡ª Clear screen
- ncurses_clrtobot ¡ª Clear screen from current position to bottom
- ncurses_clrtoeol ¡ª Clear screen from current position to end of line
- ncurses_color_content ¡ª Retrieves RGB components of a color
- ncurses_color_set ¡ª Set active foreground and background colors
- ncurses_curs_set ¡ª Set cursor state
- ncurses_def_prog_mode ¡ª Saves terminals (program) mode
- ncurses_def_shell_mode ¡ª Saves terminals (shell) mode
- ncurses_define_key ¡ª Define a keycode
- ncurses_del_panel ¡ª Remove panel from the stack and delete it (but not the associated window)
- ncurses_delay_output ¡ª Delay output on terminal using padding characters
- ncurses_delch ¡ª Delete character at current position, move rest of line left
- ncurses_deleteln ¡ª Delete line at current position, move rest of screen up
- ncurses_delwin ¡ª Delete a ncurses window
- ncurses_doupdate ¡ª Write all prepared refreshes to terminal
- ncurses_echo ¡ª Activate keyboard input echo
- ncurses_echochar ¡ª Single character output including refresh
- ncurses_end ¡ª Stop using ncurses, clean up the screen
- ncurses_erase ¡ª Erase terminal screen
- ncurses_erasechar ¡ª Returns current erase character
- ncurses_filter ¡ª Set LINES for iniscr() and newterm() to 1
- ncurses_flash ¡ª Flash terminal screen (visual bell)
- ncurses_flushinp ¡ª Flush keyboard input buffer
- ncurses_getch ¡ª Read a character from keyboard
- ncurses_getmaxyx ¡ª Returns the size of a window
- ncurses_getmouse ¡ª Reads mouse event
- ncurses_getyx ¡ª Returns the current cursor position for a window
- ncurses_halfdelay ¡ª Put terminal into halfdelay mode
- ncurses_has_colors ¡ª Checks if terminal has color capabilities
- ncurses_has_ic ¡ª Check for insert- and delete-capabilities
- ncurses_has_il ¡ª Check for line insert- and delete-capabilities
- ncurses_has_key ¡ª Check for presence of a function key on terminal keyboard
- ncurses_hide_panel ¡ª Remove panel from the stack, making it invisible
- ncurses_hline ¡ª Draw a horizontal line at current position using an attributed character and max. n characters long
- ncurses_inch ¡ª Get character and attribute at current position
- ncurses_init_color ¡ª Define a terminal color
- ncurses_init_pair ¡ª Define a color pair
- ncurses_init ¡ª Initialize ncurses
- ncurses_insch ¡ª Insert character moving rest of line including character at current position
- ncurses_insdelln ¡ª Insert lines before current line scrolling down (negative numbers delete and scroll up)
- ncurses_insertln ¡ª Insert a line, move rest of screen down
- ncurses_insstr ¡ª Insert string at current position, moving rest of line right
- ncurses_instr ¡ª Reads string from terminal screen
- ncurses_isendwin ¡ª Ncurses is in endwin mode, normal screen output may be performed
- ncurses_keyok ¡ª Enable or disable a keycode
- ncurses_keypad ¡ª Turns keypad on or off
- ncurses_killchar ¡ª Returns current line kill character
- ncurses_longname ¡ª Returns terminals description
- ncurses_meta ¡ª Enables/Disable 8-bit meta key information
- ncurses_mouse_trafo ¡ª Transforms coordinates
- ncurses_mouseinterval ¡ª Set timeout for mouse button clicks
- ncurses_mousemask ¡ª Sets mouse options
- ncurses_move_panel ¡ª Moves a panel so that its upper-left corner is at [startx, starty]
- ncurses_move ¡ª Move output position
- ncurses_mvaddch ¡ª Move current position and add character
- ncurses_mvaddchnstr ¡ª Move position and add attributed string with specified length
- ncurses_mvaddchstr ¡ª Move position and add attributed string
- ncurses_mvaddnstr ¡ª Move position and add string with specified length
- ncurses_mvaddstr ¡ª Move position and add string
- ncurses_mvcur ¡ª Move cursor immediately
- ncurses_mvdelch ¡ª Move position and delete character, shift rest of line left
- ncurses_mvgetch ¡ª Move position and get character at new position
- ncurses_mvhline ¡ª Set new position and draw a horizontal line using an attributed character and max. n characters long
- ncurses_mvinch ¡ª Move position and get attributed character at new position
- ncurses_mvvline ¡ª Set new position and draw a vertical line using an attributed character and max. n characters long
- ncurses_mvwaddstr ¡ª Add string at new position in window
- ncurses_napms ¡ª Sleep
- ncurses_new_panel ¡ª Create a new panel and associate it with window
- ncurses_newpad ¡ª Creates a new pad (window)
- ncurses_newwin ¡ª Create a new window
- ncurses_nl ¡ª Translate newline and carriage return / line feed
- ncurses_nocbreak ¡ª Switch terminal to cooked mode
- ncurses_noecho ¡ª Switch off keyboard input echo
- ncurses_nonl ¡ª Do not translate newline and carriage return / line feed
- ncurses_noqiflush ¡ª Do not flush on signal characters
- ncurses_noraw ¡ª Switch terminal out of raw mode
- ncurses_pair_content ¡ª Retrieves foreground and background colors of a color pair
- ncurses_panel_above ¡ª Returns the panel above panel
- ncurses_panel_below ¡ª Returns the panel below panel
- ncurses_panel_window ¡ª Returns the window associated with panel
- ncurses_pnoutrefresh ¡ª Copies a region from a pad into the virtual screen
- ncurses_prefresh ¡ª Copies a region from a pad into the virtual screen
- ncurses_putp ¡ª Apply padding information to the string and output it
- ncurses_qiflush ¡ª Flush on signal characters
- ncurses_raw ¡ª Switch terminal into raw mode
- ncurses_refresh ¡ª Refresh screen
- ncurses_replace_panel ¡ª Replaces the window associated with panel
- ncurses_reset_prog_mode ¡ª Resets the prog mode saved by def_prog_mode
- ncurses_reset_shell_mode ¡ª Resets the shell mode saved by def_shell_mode
- ncurses_resetty ¡ª Restores saved terminal state
- ncurses_savetty ¡ª Saves terminal state
- ncurses_scr_dump ¡ª Dump screen content to file
- ncurses_scr_init ¡ª Initialize screen from file dump
- ncurses_scr_restore ¡ª Restore screen from file dump
- ncurses_scr_set ¡ª Inherit screen from file dump
- ncurses_scrl ¡ª Scroll window content up or down without changing current position
- ncurses_show_panel ¡ª Places an invisible panel on top of the stack, making it visible
- ncurses_slk_attr ¡ª Returns current soft label key attribute
- ncurses_slk_attroff ¡ª Turn off the given attributes for soft function-key labels
- ncurses_slk_attron ¡ª Turn on the given attributes for soft function-key labels
- ncurses_slk_attrset ¡ª Set given attributes for soft function-key labels
- ncurses_slk_clear ¡ª Clears soft labels from screen
- ncurses_slk_color ¡ª Sets color for soft label keys
- ncurses_slk_init ¡ª Initializes soft label key functions
- ncurses_slk_noutrefresh ¡ª Copies soft label keys to virtual screen
- ncurses_slk_refresh ¡ª Copies soft label keys to screen
- ncurses_slk_restore ¡ª Restores soft label keys
- ncurses_slk_set ¡ª Sets function key labels
- ncurses_slk_touch ¡ª Forces output when ncurses_slk_noutrefresh is performed
- ncurses_standend ¡ª Stop using 'standout' attribute
- ncurses_standout ¡ª Start using 'standout' attribute
- ncurses_start_color ¡ª Initializes color functionality
- ncurses_termattrs ¡ª Returns a logical OR of all attribute flags supported by terminal
- ncurses_termname ¡ª Returns terminals (short)-name
- ncurses_timeout ¡ª Set timeout for special key sequences
- ncurses_top_panel ¡ª Moves a visible panel to the top of the stack
- ncurses_typeahead ¡ª Specify different filedescriptor for typeahead checking
- ncurses_ungetch ¡ª Put a character back into the input stream
- ncurses_ungetmouse ¡ª Pushes mouse event to queue
- ncurses_update_panels ¡ª Refreshes the virtual screen to reflect the relations between panels in the stack
- ncurses_use_default_colors ¡ª Assign terminal default colors to color id -1
- ncurses_use_env ¡ª Control use of environment information about terminal size
- ncurses_use_extended_names ¡ª Control use of extended names in terminfo descriptions
- ncurses_vidattr ¡ª Display the string on the terminal in the video attribute mode
- ncurses_vline ¡ª Draw a vertical line at current position using an attributed character and max. n characters long
- ncurses_waddch ¡ª Adds character at current position in a window and advance cursor
- ncurses_waddstr ¡ª Outputs text at current postion in window
- ncurses_wattroff ¡ª Turns off attributes for a window
- ncurses_wattron ¡ª Turns on attributes for a window
- ncurses_wattrset ¡ª Set the attributes for a window
- ncurses_wborder ¡ª Draws a border around the window using attributed characters
- ncurses_wclear ¡ª Clears window
- ncurses_wcolor_set ¡ª Sets windows color pairings
- ncurses_werase ¡ª Erase window contents
- ncurses_wgetch ¡ª Reads a character from keyboard (window)
- ncurses_whline ¡ª Draws a horizontal line in a window at current position using an attributed character and max. n characters long
- ncurses_wmouse_trafo ¡ª Transforms window/stdscr coordinates
- ncurses_wmove ¡ª Moves windows output position
- ncurses_wnoutrefresh ¡ª Copies window to virtual screen
- ncurses_wrefresh ¡ª Refresh window on terminal screen
- ncurses_wstandend ¡ª End standout mode for a window
- ncurses_wstandout ¡ª Enter standout mode for a window
- ncurses_wvline ¡ª Draws a vertical line in a window at current position using an attributed character and max. n characters long