61 void msg (
unsigned int row,
const char *
fmt, ... ) {
103 void alert (
unsigned int row,
const char *
fmt, ... ) {
static void valert(unsigned int row, const char *fmt, va_list args)
Show alert message.
void msg(unsigned int row, const char *fmt,...)
Print message centred on specified row.
FILE_LICENCE(GPL2_OR_LATER_OR_UBDL)
void clearmsg(unsigned int row)
Clear message on specified row.
#define mvprintw(y, x, fmt,...)
void alert(unsigned int row, const char *fmt,...)
Show alert message.
#define CPAIR_NORMAL
Normal text.
#define CPAIR_ALERT
Error text.
static int clrtoeol(void)
static void vmsg(unsigned int row, const char *fmt, va_list args)
Print message centred on specified row.
__builtin_va_list va_list
static int move(int y, int x)
int ssize_t const char * fmt
#define color_set(cpno, opts)
#define va_start(ap, last)
unsigned int sleep(unsigned int secs)
Sleep (interruptibly) for a fixed number of seconds.
#define NULL
NULL pointer (VOID *)
int vsnprintf(char *buf, size_t size, const char *fmt, va_list args)
Write a formatted string to a buffer.