NeoMutt
2022-04-29-81-g9c5a59
Teaching an old dog new tricks
DOXYGEN
lib.h
Go to the documentation of this file.
1
43
#ifndef MUTT_GUI_LIB_H
44
#define MUTT_GUI_LIB_H
45
46
// IWYU pragma: begin_exports
47
#include "
curs_lib.h
"
48
#include "
dialog.h
"
49
#include "
global.h
"
50
#include "
msgwin.h
"
51
#include "
mutt_curses.h
"
52
#include "
mutt_window.h
"
53
#include "
reflow.h
"
54
#include "
rootwin.h
"
55
#include "
sbar.h
"
56
#include "
simple.h
"
57
#include "
terminal.h
"
58
// IWYU pragma: end_exports
59
60
#endif
/* MUTT_GUI_LIB_H */
curs_lib.h
GUI miscellaneous curses (window drawing) routines.
dialog.h
Dialog Windows.
global.h
Global functions.
msgwin.h
Message Window.
mutt_curses.h
Define wrapper functions around Curses.
mutt_window.h
Window management.
reflow.h
Window management.
rootwin.h
Root Window.
sbar.h
Simple Bar.
simple.h
Simple Dialog Windows.
terminal.h
Set the terminal title/icon.