|
vwarn(3) -- formatted error messages
|
The err() and warn() family of functions display a formatted error message on the standard error output, or on another file specified using the err_set_file() function. In all cases, the last componen... |
vwarnc(3) -- formatted error messages
|
The err() and warn() family of functions display a formatted error message on the standard error output, or on another file specified using the err_set_file() function. In all cases, the last componen... |
|
vwarnx(3) -- formatted error messages
|
The err() and warn() family of functions display a formatted error message on the standard error output, or on another file specified using the err_set_file() function. In all cases, the last componen... |
vwprintf(3) -- formatted wide character output conversion
|
The wprintf() family of functions produces output according to a format as described below. The wprintf() and vwprintf() functions write output to stdout, the standard output stream; fwprintf() and vf... |
vwprintw(3) -- print formatted output in curses windows
|
The printw, wprintw, mvprintw and mvwprintw routines are analogous to printf [see printf(3S)]. In effect, the string that would be output by printf is output instead as though waddstr were used on the... |
vwscanf(3) -- wide character input format conversion
|
The wscanf() family of functions scans input according to a format as described below. This format may contain conversion specifiers; the results from such conversions, if any, are stored through the ... |
vwscanw(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... |
vw_printw(3) -- print formatted output in curses windows
|
The printw, wprintw, mvprintw and mvwprintw routines are analogous to printf [see printf(3S)]. In effect, the string that would be output by printf is output instead as though waddstr were used on the... |
vw_scanw(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... |
waddch(3) -- add a character (with attributes) to a curses window, then advance the cursor
|
The addch, waddch, mvaddch and mvwaddch routines put the character ch into the given window at its current window position, which is then advanced. They are analogous to putchar in stdio(3). If the ad... |
waddchnstr(3) -- add a string of characters (and attributes) to a curses window
|
These routines copy chstr into the window image structure at and after the current cursor position. The four routines with n as the last argument copy at most n elements, but no more than will fit on ... |
waddchstr(3) -- add a string of characters (and attributes) to a curses window
|
These routines copy chstr into the window image structure at and after the current cursor position. The four routines with n as the last argument copy at most n elements, but no more than will fit on ... |
waddnstr(3) -- add a string of characters to a curses window and advance cursor
|
These routines write the characters of the (null-terminated) character string str on the given window. It is similar to calling waddch once for each character in the string. The four routines with n a... |
waddstr(3) -- add a string of characters to a curses window and advance cursor
|
These routines write the characters of the (null-terminated) character string str on the given window. It is similar to calling waddch once for each character in the string. The four routines with n a... |
warn(3) -- formatted error messages
|
The err() and warn() family of functions display a formatted error message on the standard error output, or on another file specified using the err_set_file() function. In all cases, the last componen... |