|
whline(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... |
whline_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... |
winch(3) -- Get a character and its 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 combined (through an inclusive OR operat... |
winchnstr(3) -- Get a string of characters (and attributes) from a Curses window
|
These routines return a string of type chtype, starting at the current or specified cursor position in the current or specified window and ending at the right margin of the window. The four functions ... |
winchstr(3) -- Get a string of characters (and attributes) from a Curses window
|
These routines return a string of type chtype, starting at the current or specified cursor position in the current or specified window and ending at the right margin of the window. The four functions ... |
winnstr(3) -- Get a string of characters from a Curses window
|
These routines return the string of characters in str, starting at the current cursor position in the named window and ending at the right margin of the window. Attributes are stripped from the charac... |
winnwstr(3) -- Get a string of wchar_t characters from a Curses window
|
These routines return a string of wchar_t characters in str, starting at the current or specified cursor position in the current or specified window and ending at the right margin of the window. The f... |
winsch(3) -- Insert a character before the character under the 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... |
winsdelln(3) -- Delete or insert lines in a Curses window
|
The deleteln and wdeleteln routines do the following: Delete the line under the cursor in the current or specified window Move all lines below the current line up one line Clear the bottom line of the... |
winsertln(3) -- Delete or insert lines in a Curses window
|
The deleteln and wdeleteln routines do the following: Delete the line under the cursor in the current or specified window Move all lines below the current line up one line Clear the bottom line of the... |
winsnstr(3) -- Insert a string before the character under the 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 moved to the right, with the ... |
winsnwstr(3) -- Insert a wchar_t string before the character under the cursor in a Curses window
|
These routines insert a wchar_t character string (as many wchar_t characters as will fit on the line) before the character under the cursor. All characters to the right of the cursor are moved to the ... |
winsstr(3) -- Insert a string before the character under the 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 moved to the right, with the ... |