|
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) -- Routines for controlling output options for a Curses terminal
|
These routines set options that deal with output within Curses. Unless stated otherwise, all options are initially FALSE. It is not necessary to turn these options off before calling endwin. The clear... |
wstandend(3) -- Curses character and window attribute control routines
|
These routines manipulate the current attributes of the current or specified window. The current attributes of a window are applied to all characters that are written into the window with waddch, wadd... |
wstandout(3) -- Curses character and window attribute control routines
|
These routines manipulate the current attributes of the current or specified window. The current attributes of a window are applied to all characters that are written into the window with waddch, wadd... |
wsyncdown(3) -- Routines that create Curses windows
|
The newwin routine creates and returns a pointer to a new window with the given number of lines, nlines, and columns, ncols. The upper left-hand corner of the window is at line begin_y and column begi... |
wsyncup(3) -- Routines that create Curses windows
|
The newwin routine creates and returns a pointer to a new window with the given number of lines, nlines, and columns, ncols. The upper left-hand corner of the window is at line begin_y and column begi... |
wtimeout(3) -- Curses
|
The cbreak and nocbreak routines put the terminal into and out of cbreak mode, respectively. In this mode, characters typed by the user are immediately available to the program, and erase/kill charact... |
wtouchln(3) -- Curses routines that control refresh
|
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. It is sometimes n... |
wunctrl(3) -- Miscellaneous utility routines for Curses
|
The unctrl macro generates a character string that is a printable representation of the character c. Control characters are displayed in the ^X notation. Printing characters are displayed as is. The w... |
wvline(3) -- Create Curses borders, and horizontal and vertical lines
|
The border, wborder, and box routines draw a border around the edges of the window. Each of the following arguments contains both a character and attributes for a particular part of the border: Left s... |
wvline_set(3) -- Draw borders or lines by using complex characters and renditions
|
The border_set and wborder_set functions draw a border around the edges of the current or specified window. These functions do not advance the cursor position, do not perform special character process... |
Xau(3X) -- X authority database routines
|
XauFileName generates the default authorization file name by first checking the XAUTHORITY environment variable if set, else it returns $HOME/.Xauthority. This name is statically allocated and should ... |
XauFileName(3X) -- X authority database routines
|
XauFileName generates the default authorization file name by first checking the XAUTHORITY environment variable if set, else it returns $HOME/.Xauthority. This name is statically allocated and should ... |