NeoMutt  2025-12-11-980-ge38c27
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
lib.h
Go to the documentation of this file.
1
22
40
41#ifndef MUTT_KEY_LIB_H
42#define MUTT_KEY_LIB_H
43
44// IWYU pragma: begin_keep
45#include "commands.h"
46#include "dump.h"
47#include "extended.h"
48#include "get.h"
49#include "init.h"
50#include "keymap.h"
51#include "menu.h"
52#include "module_data.h"
53#include "notify.h"
54// IWYU pragma: end_keep
55
56#endif /* MUTT_KEY_LIB_H */
Set up the extended keys.
Get a key from the user.
Set up the key bindings.
Parse key binding commands.
Dump key bindings.
Key private Module data.
Key binding notifications.
Keymap handling.
Maniplate Menus and SubMenus.