NeoMutt  2025-01-09-117-gace867
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
Key helper functions

Key helper functions.

Data

Data Description Links
AbortKey code of key to abort prompts, normally Ctrl-G
KeyNames Key name lookup table

Functions

Function Description Links
alloc_keys() Allocate space for a sequence of keys
binding_sort() Compare two BindingInfo by their keybinding sort_t, sort_api
escape_macro() Escape any special characters in a macro
gather_menu() Gather info about one menu
gather_unbound() Gather info about unbound functions for one menu
get_op() Get the function by its name
help_lookup_function() Find a keybinding for an operation
is_bound() Does a function have a keybinding?
km_compare_keys() Compare two keymaps' keyscodes and return the bigger one
km_expand_key() Get the key string bound to a Keymap
km_expand_key_string() Get a human-readable key string
km_find_func() Find a function's mapping in a Menu
km_get_table() Lookup a Menu's functions
km_keyname() Get the human name for a key
measure_column() Measure one column of a table
mutt_get_func() Get the name of a function
mutt_keymap_free() Free a Keymap
parse_fkey() Parse a function key string
parse_keycode() Parse a numeric keycode
parsekeys() Parse a key string into key codes