|
|
mvwinsnstr(3) -- insert string before cursor in a curses window
|
|
These routines insert a character string (as many characters as will fit on the line) before the character under the cursor. All characters to the right of the cursor are shifted right, with the possi... |
|
mvwinsstr(3) -- insert string before cursor in a curses window
|
|
These routines insert a character string (as many characters as will fit on the line) before the character under the cursor. All characters to the right of the cursor are shifted right, with the possi... |
|
mvwinstr(3) -- get a string of characters from a curses window
|
|
These routines return a string of characters in str, extracted starting at the current cursor position in the named window. Attributes are stripped from the characters. The four functions with n as th... |
|
mvwprintw(3) -- print formatted output in curses windows
|
|
The printw, wprintw, mvprintw and mvwprintw routines are analogous to printf [see printf(3)]. In effect, the string that would be output by printf is output instead as though waddstr were used on the ... |
|
mvwscanw(3) -- convert formatted input from a curses window
|
|
The scanw, wscanw and mvscanw routines are analogous to scanf [see scanf(3)]. The effect of these routines is as though wgetstr were called on the window, and the resulting line used as input for ssca... |
|
mvwvline(3) -- create curses borders, horizontal and vertical lines
|
|
The border, wborder and box routines draw a box around the edges of a window. The argument ls is a character and attributes used for the left side of the border, rs - right side, ts - top side, bs - b... |
|
napms(3) -- low-level curses routines
|
|
The following routines give low-level access to various curses capabilities. Theses routines typically are used inside library routines. The def_prog_mode and def_shell_mode routines save the current ... |
|
ncurses(3) -- CRT screen handling and optimization package
|
|
The curses library routines give the user a terminal-independent method of updating character screens with reasonable optimization. This implementation is ``new curses'' (ncurses) and is the approve... |
|
ndbm(3) -- database access methods
|
|
These functions provide a ndbm-compatible interface to the database access methods described in db(3). Each unique record in the database is a key/content pair, the components of which may be any arbi... |
|
network(3) -- Internet address manipulation routines
|
|
The routines inet_aton(), inet_addr() and inet_network() interpret character strings representing numbers expressed in the Internet standard `.' notation. The inet_pton() function converts a presenta... |
|
net_addrcmp(3) -- compare socket address structures
|
|
The net_addrcmp() function compares two socket address structures, sa1 and sa2. |
|
newpad(3) -- create and display curses pads
|
|
The newpad routine creates and returns a pointer to a new pad data structure with the given number of lines, nlines, and columns, ncols. A pad is like a window, except that it is not restricted by the... |
|
newterm(3) -- curses screen initialization and manipulation routines
|
|
initscr is normally the first curses routine to call when initializing a program. A few special routines sometimes need to be called before it; these are slk_init, filter, ripoffline, use_env. For mul... |