*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->OpenBSD man pages              
Title
Content
Arch
Section
 
 vw_printw(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 ...
 vw_scanw(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...
 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. In all cases, the last component of the program name, followed by a colon (`:') character and ...
 warnx(3) -- formatted error messages
    The err() and warn() family of functions display a formatted error message on the standard error output. In all cases, the last component of the program name, followed by a colon (`:') character and ...
 wattroff(3) -- curses character and window attribute control routines
    These routines manipulate the current attributes of the named window. The current attributes of a window apply to all characters that are written into the window with wad- dch, waddstr and wprintw. At...
 wattron(3) -- curses character and window attribute control routines
    These routines manipulate the current attributes of the named window. The current attributes of a window apply to all characters that are written into the window with wad- dch, waddstr and wprintw. At...
 wattrset(3) -- curses character and window attribute control routines
    These routines manipulate the current attributes of the named window. The current attributes of a window apply to all characters that are written into the window with wad- dch, waddstr and wprintw. At...
 wattr_get(3) -- curses character and window attribute control routines
    These routines manipulate the current attributes of the named window. The current attributes of a window apply to all characters that are written into the window with wad- dch, waddstr and wprintw. At...
 wattr_off(3) -- curses character and window attribute control routines
    These routines manipulate the current attributes of the named window. The current attributes of a window apply to all characters that are written into the window with wad- dch, waddstr and wprintw. At...
 wattr_on(3) -- curses character and window attribute control routines
    These routines manipulate the current attributes of the named window. The current attributes of a window apply to all characters that are written into the window with wad- dch, waddstr and wprintw. At...
<<  [Prev]  212  213  214  215  216  217  218  219  220  221  222  223  224  225  226  227  228  229  230  231  232  
233  234  235  236  237  238  239  240  241  242  243  244  245  246  247  248  249  250  251  252  [Next]  >>
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service