NeoMutt  2025-12-11-980-ge38c27
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.
 
bool restore_defaults
 Restore fallback bindings after unbind.
 
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.

◆ restore_defaults

bool ParseUnbind::restore_defaults

Restore fallback bindings after unbind.

Definition at line 57 of file commands.c.

◆ key

const char* ParseUnbind::key

Key string to be removed.

Definition at line 58 of file commands.c.


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