NeoMutt
2024-10-02-37-gfa9146
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
lib.h
Go to the documentation of this file.
1
48
#ifndef MUTT_GUI_LIB_H
49
#define MUTT_GUI_LIB_H
50
51
// IWYU pragma: begin_keep
52
#include "
curs_lib.h
"
53
#include "
dialog.h
"
54
#include "
functions.h
"
55
#include "
global.h
"
56
#include "
msgcont.h
"
57
#include "
msgwin.h
"
58
#include "
mutt_curses.h
"
59
#include "
mutt_window.h
"
60
#include "
opcodes.h
"
61
#include "
reflow.h
"
62
#include "
rootwin.h
"
63
#include "
sbar.h
"
64
#include "
simple.h
"
65
#include "
terminal.h
"
66
// IWYU pragma: end_keep
67
68
#endif
/* MUTT_GUI_LIB_H */
curs_lib.h
GUI miscellaneous curses (window drawing) routines.
dialog.h
Dialog Windows.
global.h
Global functions.
msgcont.h
Message Window.
msgwin.h
Message Window.
mutt_curses.h
Define wrapper functions around Curses.
mutt_window.h
Window management.
opcodes.h
All user-callable functions.
reflow.h
Window management.
rootwin.h
Root Window.
sbar.h
Simple Bar.
functions.h
Sidebar functions.
simple.h
Simple Dialog Windows.
terminal.h
Set the terminal title/icon.