Ncurses FunΓ§Γ΅es
Γndice
- 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 β Check if we can change terminals colors
- 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 β Gets the RGB value for color
- ncurses_color_set β Set fore- and background color
- 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 β Check if terminal has colors
- 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 β Set new RGB value for color
- ncurses_init_pair β Allocate 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 β Gets the RGB value for color
- 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 β Start using colors
- 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