Thanks to visit codestin.com
Credit goes to code.neomutt.org
NeoMutt
2025-12-11-189-gceedb6
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
lib.h
Go to the documentation of this file.
1
22
50
51
#ifndef MUTT_GUI_LIB_H
52
#define MUTT_GUI_LIB_H
53
54
// IWYU pragma: begin_keep
55
#include "
curs_lib.h
"
56
#include "
dialog.h
"
57
#include "
functions.h
"
58
#include "
global.h
"
59
#include "
msgcont.h
"
60
#include "
msgwin.h
"
61
#include "
mutt_curses.h
"
62
#include "
mutt_window.h
"
63
#include "
mview.h
"
64
#include "
opcodes.h
"
65
#include "
reflow.h
"
66
#include "
rootwin.h
"
67
#include "
sbar.h
"
68
#include "
simple.h
"
69
#include "
terminal.h
"
70
#include "
thread.h
"
71
// IWYU pragma: end_keep
72
73
#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.