NeoMutt  2024-04-16-36-g75b6fb
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
lib.h
Go to the documentation of this file.
1
46#ifndef MUTT_COLOR_LIB_H
47#define MUTT_COLOR_LIB_H
48
49// IWYU pragma: begin_keep
50#include "ansi.h"
51#include "attr.h"
52#include "color.h"
53#include "command2.h"
54#include "curses2.h"
55#include "debug.h"
56#include "dump.h"
57#include "merged.h"
58#include "notify2.h"
59#include "parse_ansi.h"
60#include "parse_color.h"
61#include "quoted.h"
62#include "regex4.h"
63#include "simple2.h"
64// IWYU pragma: end_keep
65
66#endif /* MUTT_COLOR_LIB_H */
ANSI Colours.
Colour and attributes.
Color and attribute parsing.
Parse colour commands.
Dump all the config.
Curses Colour.
Colour Debugging.
Merged colours.
Colour notifications.
Parse ANSI Sequences.
Parse colour commands.
Quoted-Email colours.
Regex Colour.
Simple colour.