NeoMutt
2025-12-11-1039-g550ac6
Teaching an old dog new tricks
DOXYGEN
Toggle main menu visibility
Loading...
Searching...
No Matches
dump.h
Go to the documentation of this file.
1
22
23
#ifndef MUTT_COLOR_DUMP_H
24
#define MUTT_COLOR_DUMP_H
25
26
struct
AttrColor
;
27
struct
Buffer
;
28
struct
ColorElement
;
29
30
void
color_dump
(
void
);
31
32
const
char
*
color_log_attrs_list
(
int
attrs);
33
void
color_log_color_attrs
(
struct
AttrColor
*ac,
struct
Buffer
*swatch);
34
const
char
*
color_log_name
(
char
*buf,
int
buflen,
struct
ColorElement
*elem);
35
36
#endif
/* MUTT_COLOR_DUMP_H */
37
color_log_color_attrs
void color_log_color_attrs(struct AttrColor *ac, struct Buffer *swatch)
Get a colourful string to represent a colour in the log.
Definition
dump.c:55
color_log_name
const char * color_log_name(char *buf, int buflen, struct ColorElement *elem)
Get a string to represent a colour name.
Definition
dump.c:168
color_dump
void color_dump(void)
Display all the colours in the Pager.
Definition
dump.c:450
color_log_attrs_list
const char * color_log_attrs_list(int attrs)
Get a string to represent some attributes in the log.
Definition
dump.c:138
AttrColor
A curses colour and its attributes.
Definition
attr.h:65
Buffer
String manipulation buffer.
Definition
buffer.h:36
ColorElement
One element of a Colour.
Definition
attr.h:55