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

  man pages->OpenBSD man pages              
Title
Content
Arch
Section
 
 wmove(3) -- move curses window cursor
    These routines move the cursor associated with the window to line y and column x. This routine does not move the physical cursor of the terminal until refresh is called. The position specified is rela...
 wnoutrefresh(3) -- refresh curses windows and lines
    The refresh and wrefresh routines (or wnoutrefresh and doupdate) must be called to get actual output to the terminal, as other routines merely manipulate data structures. The routine wrefresh copies t...
 wprintw(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 ...
 wredrawln(3) -- refresh curses windows and lines
    The refresh and wrefresh routines (or wnoutrefresh and doupdate) must be called to get actual output to the terminal, as other routines merely manipulate data structures. The routine wrefresh copies t...
 wrefresh(3) -- refresh curses windows and lines
    The refresh and wrefresh routines (or wnoutrefresh and doupdate) must be called to get actual output to the terminal, as other routines merely manipulate data structures. The routine wrefresh copies t...
 wresize(3) -- resize a curses window
    The wresize function reallocates storage for a curses window to adjust its dimensions to the specified values. If either dimension is larger than the current values, the window's data is filled with ...
 wscanw(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...
 wscrl(3) -- scroll a curses window
    The scroll routine scrolls the window up one line. This involves moving the lines in the window data structure. As an optimization, if the scrolling region of the window is the entire screen, the phys...
 wsetscrreg(3) -- curses output options
    These routines set options that change the style of output within curses. All options are initially FALSE, unless otherwise stated. It is not necessary to turn these options off before calling endwin....
 wstandend(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...
 wstandout(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...
 wsyncdown(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...
 wsyncup(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...
 wtimeout(3) -- curses input options
    Normally, the tty driver buffers typed characters until a newline or carriage return is typed. The cbreak routine disables line buffering and erase/kill character-processing (interrupt and flow contro...
 wtouchln(3) -- curses refresh control routines
    The touchwin and touchline routines throw away all optimization information about which parts of the window have been touched, by pretending that the entire window has been drawn on. This is sometimes...
<<  [Prev]  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  253  254  255  [Next]  >>
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service