struct _curses_screen SCREEN
Curses SCREEN object.
struct _curses_window WINDOW
Curses Window struct.
#define __nonnull
Declare a function's pointer parameters as non-null - i.e.
#define FILE_LICENCE(_licence)
Declare a particular licence as applying to a file.
#define FILE_SECBOOT(_status)
Declare a file's UEFI Secure Boot permission status.
void _wputchstr(WINDOW *win, const chtype *chstr, int wrap, int n) __nonnull
Write a chtype string to a window.
void _wputstr(WINDOW *win, const char *str, int wrap, int n) __nonnull
Write a standard c-style string to a window.
void _wputch(WINDOW *win, chtype ch, int wrap) __nonnull
Write a single character rendition to a window.
void _wcursback(WINDOW *win) __nonnull
Retreat the cursor back one position (useful for a whole host of ops)
void _wputc(WINDOW *win, char c, int wrap) __nonnull
Write a single character to a window.