NeoMutt  2025-12-11-800-ga0ee0f
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 39 of file dump.h.

Field Documentation

◆ order

int BindingInfo::order

SubMenu sorting order.

Definition at line 41 of file dump.h.

◆ a

const char* BindingInfo::a[3]

Array of info.

Definition at line 42 of file dump.h.


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