NeoMutt
2025-05-10
Teaching an old dog new tricks
DOXYGEN
Toggle main menu visibility
Home
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
Data Fields
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Functions
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Files
File List
Globals
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Typedefs
a
b
c
e
f
g
h
i
k
l
m
n
o
p
r
s
t
w
Enumerations
a
b
c
d
e
f
g
h
i
k
l
m
n
p
q
r
s
t
u
v
w
x
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
w
x
Macros
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
w
Libraries
APIs
GitHub
•
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
Pages
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.