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

  man pages->OpenBSD man pages              
Title
Content
Arch
Section
 
 curs_deleteln(3) -- delete and insert lines in a curses window
    The deleteln and wdeleteln routines delete the line under the cursor in the window; all lines below the current line are moved up one line. The bottom line of the window is cleared. The cursor positio...
 curs_extend(3) -- miscellaneous curses extensions
    These functions are extensions to the curses library which do not fit easily into other categories. Use curses_version() to get the version number, including patch level of the library, e.g., 5.0.1999...
 curs_getch(3) -- get (or push back) characters from curses terminal keyboard
    The getch, wgetch, mvgetch and mvwgetch, routines read a character from the window. In no-delay mode, if no input is waiting, the value ERR is returned. In delay mode, the program waits until the syst...
 curs_getstr(3) -- accept character strings from curses terminal keyboard
    The function getstr is equivalent to a series of calls to getch, until a newline or carriage return is received (the terminating character is not included in the returned string). The resulting value ...
 curs_getyx(3) -- get curses cursor and window coordinates
    The getyx macro places the current cursor position of the given window in the two integer variables y and x. If win is a subwindow, the getparyx macro places the beginning coordinates of the subwindow...
 curs_inch(3) -- get a character and attributes from a curses window
    These routines return the character, of type chtype, at the current position in the named window. If any attributes are set for that position, their values are OR'ed into the value returned. Constant...
 curs_inchstr(3) -- get a string of characters (and attributes) from a curses window
    These routines return a NULL-terminated array of chtype quantities, starting at the current cursor position in the named window and ending at the right margin of the window. The four functions with n ...
 curs_initscr(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...
 curs_inopts(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...
 curs_insch(3) -- insert a character before cursor in a curses window
    These routines insert the character ch before the character under the cursor. All characters to the right of the cursor are moved one space to the right, with the possibility of the rightmost characte...
 curs_insstr(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...
 curs_instr(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...
 curs_kernel(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 ...
 curs_mouse(3) -- mouse interface through curses
    These functions provide an interface to mouse events from curses(3). Mouse events are represented by KEY_MOUSE pseudo-key values in the wgetch input stream. To make mouse events visible, use the mouse...
 curs_move(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...
<<  [Prev]  59  60  61  62  63  64  65  66  67  68  69  70  71  72  73  74  75  76  77  78  79  
80  81  82  83  84  85  86  87  88  89  90  91  92  93  94  95  96  97  98  99  [Next]  >>
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service