NeoMutt  2025-12-11-435-g4ac674
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
ParseUnbind Struct Reference

Parsed 'unbind' or 'unmacro' command. More...

Data Fields

struct MenuDefinitionArray mda
 Menus to work on.
 
bool all_menus
 Command affects all Menus.
 
bool all_keys
 Command affects all key bindings.
 
const char * key
 Key string to be removed.
 

Detailed Description

Parsed 'unbind' or 'unmacro' command.

Definition at line 52 of file commands.c.

Field Documentation

◆ mda

struct MenuDefinitionArray ParseUnbind::mda

Menus to work on.

Definition at line 54 of file commands.c.

◆ all_menus

bool ParseUnbind::all_menus

Command affects all Menus.

Definition at line 55 of file commands.c.

◆ all_keys

bool ParseUnbind::all_keys

Command affects all key bindings.

Definition at line 56 of file commands.c.

◆ key

const char* ParseUnbind::key

Key string to be removed.

Definition at line 57 of file commands.c.


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