23#ifndef MUTT_COLOR_DUMP_H
24#define MUTT_COLOR_DUMP_H
void color_log_color_attrs(struct AttrColor *ac, struct Buffer *swatch)
Get a colourful string to represent a colour in the log.
const char * color_log_name(char *buf, int buflen, struct ColorElement *elem)
Get a string to represent a colour name.
void color_dump(void)
Display all the colours in the Pager.
const char * color_log_attrs_list(int attrs)
Get a string to represent some attributes in the log.
A curses colour and its attributes.
String manipulation buffer.