23#ifndef MUTT_COLOR_DEBUG_H
24#define MUTT_COLOR_DEBUG_H
40#define color_debug(LEVEL, ...) MuttLogger(0, __FILE__, __LINE__, __func__, LEVEL, __VA_ARGS__)
int32_t color_t
Type for 24-bit colour value.
static void curses_color_dump(struct CursesColor *cc, const char *prefix)
static void curses_colors_dump(struct Buffer *buf)
static void merged_colors_dump(struct Buffer *buf)
static void ansi_colors_dump(struct Buffer *buf)
static int color_debug(enum LogLevel level, const char *format,...)
static const char * color_log_color(color_t fg, color_t bg)
LogLevel
Names for the Logging Levels.
Convenience wrapper for the library headers.
String manipulation buffer.
Colour in the ncurses palette.