24 return wborder( win, verch, verch, horch, horch,
25 corner, corner, corner, corner );
int wmove(WINDOW *win, int y, int x) __nonnull
Move a window's cursor to the specified position.
int box(WINDOW *win, chtype verch, chtype horch)
Draw borders from single-byte characters and renditions around a window.
int wborder(WINDOW *win, chtype ls, chtype rs, chtype ts, chtype bs, chtype tl, chtype tr, chtype bl, chtype br)
Draw borders from single-byte characters and renditions around a window.
MuCurses cursor implementation specific header file.
unsigned int width
window dimensions
MuCurses core implementation specific header file.
int wvline(WINDOW *win, chtype ch, int n)
Create a vertical line in a window.
FILE_LICENCE(GPL2_OR_LATER_OR_UBDL)
attr_t attrs
window attributes
void _wputch(WINDOW *win, chtype ch, int wrap) __nonnull
Write a single character rendition to a window.
int whline(WINDOW *win, chtype ch, int n)
Create a horizontal line in a window.
static void _restore_curs_pos(WINDOW *win, struct cursor_pos *pos)
Restore cursor position from encoded backup variable.
static void _store_curs_pos(WINDOW *win, struct cursor_pos *pos)
Store cursor position for later restoration.
unsigned int curs_x
window cursor position