struct golan_eq_context ctx
struct _curses_window WINDOW
Curses Window struct.
#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 _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.
MuCurses core implementation specific header file.
int waddch(WINDOW *win, const chtype ch)
Add a single-byte character and rendition to a window and advance the cursor.
static void _printw_handler(struct printf_context *ctx, unsigned int c)
int vw_printw(WINDOW *win, const char *fmt, va_list varglist)
Print formatted output in a window.
int wprintw(WINDOW *win, const char *fmt,...)
Print formatted output to a window.
int waddnstr(WINDOW *win, const char *str, int n)
Add string of single-byte characters to a window.
#define va_start(ap, last)
__builtin_va_list va_list
#define container_of(ptr, type, field)
Get containing structure.
attr_t attrs
window attributes
void(* handler)(struct printf_context *ctx, unsigned int c)
Character handler.
struct printf_context ctx
size_t vcprintf(struct printf_context *ctx, const char *fmt, va_list args)
Write a formatted string to a printf context.
int ssize_t const char * fmt