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
39
40
#ifndef MUTT_KEY_LIB_H
41
#define MUTT_KEY_LIB_H
42
43
// IWYU pragma: begin_keep
44
#include "
commands.h
"
45
#include "
dump.h
"
46
#include "
extended.h
"
47
#include "
get.h
"
48
#include "
init.h
"
49
#include "
keymap.h
"
50
#include "
menu.h
"
51
#include "
notify.h
"
52
// IWYU pragma: end_keep
53
54
#endif
/* MUTT_KEY_LIB_H */
extended.h
Set up the extended keys.
get.h
Get a key from the user.
init.h
Set up the key bindings.
commands.h
Parse key binding commands.
dump.h
Dump key bindings.
notify.h
Key binding notifications.
keymap.h
Keymap handling.
menu.h
Maniplate Menus and SubMenus.