NeoMutt  2025-12-11-435-g4ac674
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
extended.h
Go to the documentation of this file.
1
22
23#ifndef MUTT_KEY_EXTENDED_H
24#define MUTT_KEY_EXTENDED_H
25
26#include "config.h"
27
28const char *ext_key_find(const char *key);
29
30#ifdef HAVE_USE_EXTENDED_NAMES
31void ext_keys_init(void);
32#else
33static inline void ext_keys_init(void) {}
34#endif
35
36#endif /* MUTT_KEY_EXTENDED_H */
const char * ext_key_find(const char *key)
Find the curses name for a key.
Definition extended.c:94
static void ext_keys_init(void)
Definition extended.h:33