MuCurses cursor implementation specific header file.
MuCurses core implementation specific header file.
void _wputchstr(WINDOW *win, const chtype *chstr, int wrap, int n) __nonnull
Write a chtype string to a window.
int waddchnstr(WINDOW *win, const chtype *chstr, int n)
Add string of single-byte characters and renditions to 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.
FILE_LICENCE(GPL2_OR_LATER_OR_UBDL)