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