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
BindingInfo Struct Reference

Info about one keybinding. More...

#include "dump.h"

Data Fields

int order
 SubMenu sorting order.
 
const char * a [3]
 Array of info.
 

Detailed Description

Info about one keybinding.

  • bind: [key, function, description]
  • macro: [key, macro-text, description]

Definition at line 40 of file dump.h.

Field Documentation

◆ order

int BindingInfo::order

SubMenu sorting order.

Definition at line 42 of file dump.h.

◆ a

const char* BindingInfo::a[3]

Array of info.

Definition at line 43 of file dump.h.


The documentation for this struct was generated from the following file: