static __always_inline void off_t 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.
void(* handler)(struct printf_context *ctx, unsigned int c)
Character handler.
void _wputstr(WINDOW *win, const char *str, int wrap, int n) __nonnull
Write a standard c-style string to a window.
FILE_LICENCE(GPL2_OR_LATER_OR_UBDL)
struct golan_eq_context ctx
int waddnstr(WINDOW *win, const char *str, int n)
Add string of single-byte characters 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.
#define container_of(ptr, type, field)
Get containing structure.
struct printf_context ctx
attr_t attrs
window attributes
void _wputch(WINDOW *win, chtype ch, int wrap) __nonnull
Write a single character rendition to a window.
static void _printw_handler(struct printf_context *ctx, unsigned int c)
__builtin_va_list va_list
int ssize_t const char * fmt
#define va_start(ap, last)
size_t vcprintf(struct printf_context *ctx, const char *fmt, va_list args)
Write a formatted string to a printf context.