NeoMutt
2025-12-11-694-ga89709
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
lib.h
Go to the documentation of this file.
1
22
51
52
#ifndef MUTT_GUI_LIB_H
53
#define MUTT_GUI_LIB_H
54
55
// IWYU pragma: begin_keep
56
#include "
curs_lib.h
"
57
#include "
dialog.h
"
58
#include "
functions.h
"
59
#include "
global.h
"
60
#include "
msgcont.h
"
61
#include "
msgwin.h
"
62
#include "
mutt_curses.h
"
63
#include "
mutt_window.h
"
64
#include "
mview.h
"
65
#include "
opcodes.h
"
66
#include "
reflow.h
"
67
#include "
rootwin.h
"
68
#include "
sbar.h
"
69
#include "
simple.h
"
70
#include "
terminal.h
"
71
#include "
thread.h
"
72
// IWYU pragma: end_keep
73
74
#endif
/* MUTT_GUI_LIB_H */
curs_lib.h
GUI miscellaneous curses (window drawing) routines.
dialog.h
Dialog Windows.
global.h
Global functions.
functions.h
Definitions of user functions.
thread.h
Create/manipulate threading in emails.
msgcont.h
Message Window.
msgwin.h
Message Window.
mutt_curses.h
Define wrapper functions around Curses.
mutt_window.h
Window management.
mview.h
View of a Mailbox.
opcodes.h
All user-callable functions.
reflow.h
Window management.
rootwin.h
Root Window.
sbar.h
Simple Bar.
simple.h
Simple Dialog Windows.
terminal.h
Set the terminal title/icon.