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 */
Set up the extended keys.
Get a key from the user.
Set up the key bindings.
Parse key binding commands.
Dump key bindings.
Key binding notifications.
Keymap handling.
Maniplate Menus and SubMenus.