section 3ncurses — Library functions
- add_wch(3ncurses) add a curses complex character to a window and advance the cursor
- add_wchstr(3ncurses) add a curses complex character string to a window
- addch(3ncurses) add a curses character to a window and advance the cursor
- addchstr(3ncurses) add a curses character string to a window
- addstr(3ncurses) add a string to a curses window and advance the cursor
- addwstr(3ncurses) add a wide-character string to a curses window and advance the cursor
- attr(3ncurses) manipulate attributes of character cells in curses windows
- beep(3ncurses) ring the (visual) bell of the terminal with curses
- bkgd(3ncurses) manipulate background of a curses window of characters
- bkgrnd(3ncurses) manipulate background of a curses window of wide characters
- border(3ncurses) draw borders and lines in a curses window of characters
- border_set(3ncurses) draw borders and lines in a curses window of wide characters
- clear(3ncurses) clear all or part of a curses window
- color(3ncurses) manipulate terminal colors with curses
- curses_variables(3ncurses) curses data types, constants, and global variables
- default_colors(3ncurses) use terminal's default colors
- define_key(3ncurses) define a curses keycode
- delch(3ncurses) delete the character at the cursor in a curses window
- deleteln(3ncurses) delete or insert lines in a curses window
- extensions(3ncurses) miscellaneous curses extensions
- get_wch(3ncurses) get (or push back) a wide character from curses terminal keyboard
- get_wstr(3ncurses) get a wide-character string from a curses terminal keyboard
- getcchar(3ncurses) convert between a wide-character string and a curses complex character string
- getch(3ncurses) get (or push back) characters from curses terminal keyboard
- getstr(3ncurses) accept character strings from curses terminal keyboard
- getyx(3ncurses) get curses cursor and window coordinates
- in_wch(3ncurses) get a curses complex character from a window
- in_wchstr(3ncurses) get a curses complex character string from a window
- inch(3ncurses) get a curses character from a window
- inchstr(3ncurses) get a curses character string from a window
- initscr(3ncurses) initialize, manipulate, or tear down curses terminal interface
- inopts(3ncurses) get and set curses terminal input options
- ins_wch(3ncurses) insert a curses complex character in a window
- ins_wstr(3ncurses) insert a wide-character string in a curses window
- insch(3ncurses) insert a curses character in a window
- insstr(3ncurses) insert a string in a curses window
- instr(3ncurses) get a string from a curses window
- inwstr(3ncurses) get a wide-character string from a curses window
- kernel(3ncurses) low-level curses routines
- key_defined(3ncurses) test whether a curses keycode is defined
- keybound(3ncurses) get definition of curses keycode
- keyok(3ncurses) enable or disable a curses keycode
- legacy(3ncurses) get curses cursor and window coordinates or attributes (legacy)
- legacy_coding(3ncurses) override curses locale encoding checks
- memleaks(3ncurses) check for memory leaks in curses
- mouse(3ncurses) get mouse events in curses
- move(3ncurses) move cursor in a curses window
- ncurses(3ncurses) character-cell terminal interface with optimized output
- new_pair(3ncurses) dynamically allocate curses color pairs
- opaque(3ncurses) obtain curses window properties
- outopts(3ncurses) set curses output options
- overlay(3ncurses) overlay curses windows and manipulate them
- pad(3ncurses) create and display curses pads
- panel(3ncurses) panel stack extension for curses
- print(3ncurses) write binary data to printer using terminfo capabilities
- printw(3ncurses) write formatted output to a curses window
- refresh(3ncurses) refresh curses windows or lines thereupon
- resizeterm(3ncurses) manage the terminal dimensions understood by curses
- scanw(3ncurses) read formatted input from a curses window
- scr_dump(3ncurses) read/write a curses screen from/to a file
- scroll(3ncurses) scroll a curses window
- slk(3ncurses) curses soft label key routines
- sp_funcs(3ncurses) curses screen-pointer extension
- termattrs(3ncurses) curses environment query routines
- termcap(3ncurses) curses emulation of termcap
- terminfo(3ncurses) curses interfaces to terminfo database
- terminfo_variables(3ncurses) terminfo global variables
- threads(3ncurses) curses support for multi-threaded applications
- touch(3ncurses) control terminal output refresh in a curses window
- trace(3ncurses) curses debugging routines
- util(3ncurses) miscellaneous curses utility routines
- window(3ncurses) create and manipulate curses windows
- wresize(3ncurses) resize a curses window