NeoMutt
2023-05-17-16-g61469c
Teaching an old dog new tricks
DOXYGEN
lib.h
Go to the documentation of this file.
1
43
#ifndef MUTT_COLOR_LIB_H
44
#define MUTT_COLOR_LIB_H
45
46
// IWYU pragma: begin_exports
47
#include "
ansi.h
"
48
#include "
attr.h
"
49
#include "
color.h
"
50
#include "
command2.h
"
51
#include "
curses2.h
"
52
#include "
debug.h
"
53
#include "
merged.h
"
54
#include "
notify2.h
"
55
#include "
quoted.h
"
56
#include "
regex4.h
"
57
#include "
simple2.h
"
58
// IWYU pragma: end_exports
59
60
#endif
/* MUTT_COLOR_LIB_H */
ansi.h
ANSI Colours.
attr.h
Colour and attributes.
color.h
Color and attribute parsing.
command2.h
Parse colour commands.
curses2.h
Curses Colour.
debug.h
Colour Debugging.
merged.h
Merged colours.
notify2.h
Colour notifications.
quoted.h
Quoted-Email colours.
regex4.h
Regex Colour.
simple2.h
Simple colour.