|
|
mvwscanw(3) -- convert formatted input from a curses window
|
|
The scanw, wscanw and mvscanw routines are analogous to scanf [see scanf(3S)]. The effect of these routines is as though wgetstr were called on the window, and the resulting line used as input for ssc... |
|
mvwvline(3) -- create curses borders, horizontal and vertical lines
|
|
The border, wborder and box routines draw a box around the edges of a window. Other than the window, each argument is a character with attributes: ls - left side, rs - right side, ts - top side, bs - ... |
|
napms(3) -- lowlevel 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 ncurses 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 approv... |
|
nc_perror(3) -- get network configuration database entry
|
|
The library routines described on this page provide the application access to the system network configuration database, /etc/netconfig. The getnetconfig() function returns a pointer to the current en... |
|
nc_sperror(3) -- get network configuration database entry
|
|
The library routines described on this page provide the application access to the system network configuration database, /etc/netconfig. The getnetconfig() function returns a pointer to the current en... |
|
ndaysg(3) -- Calendar arithmetic for the Christian era
|
|
These functions provide calendar arithmetic for a large range of years, starting at March 1st, year zero (i. e. 1 B.C.) and ending way beyond year 100000. Programs should be linked with -lcalendar. Th... |
|
ndaysj(3) -- Calendar arithmetic for the Christian era
|
|
These functions provide calendar arithmetic for a large range of years, starting at March 1st, year zero (i. e. 1 B.C.) and ending way beyond year 100000. Programs should be linked with -lcalendar. Th... |
|
netgraph(3) -- netgraph user library
|
|
These functions facilitate user-mode program participation in the kernel netgraph(4) graph-based networking system, by utilizing the netgraph socket node type (see ng_socket(4)). The NgMkSockNode() fu... |
|
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... |
|
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... |
|
newwin(3) -- create curses windows
|
|
Calling newwin creates and returns a pointer to a new window with the given number of lines and columns. The upper left-hand corner of the window is at line begin_y, column begin_x. If either nlines o... |