NeoMutt
2020-11-20
Teaching an old dog new tricks
DOXYGEN
lib.h
Go to the documentation of this file.
1
39
#ifndef MUTT_GUI_LIB_H
40
#define MUTT_GUI_LIB_H
41
42
// IWYU pragma: begin_exports
43
#include "
color.h
"
44
#include "
curs_lib.h
"
45
#include "
dialog.h
"
46
#include "
mutt_curses.h
"
47
#include "
mutt_window.h
"
48
#include "
reflow.h
"
49
#include "
terminal.h
"
50
// IWYU pragma: end_exports
51
52
#endif
/* MUTT_GUI_LIB_H */
mutt_curses.h
Define wrapper functions around Curses/Slang.
mutt_window.h
Window management.
curs_lib.h
GUI miscellaneous curses (window drawing) routines.
terminal.h
Set the terminal title/icon.
color.h
Color and attribute parsing.
reflow.h
Window management.
dialog.h
Dialog Windows.