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

Mapping between an operation and a key sequence. More...

#include "menu.h"

Data Fields

int op
 Operation, e.g. OP_DELETE.
 
const char * seq
 Default key binding.
 

Detailed Description

Mapping between an operation and a key sequence.

Definition at line 48 of file menu.h.

Field Documentation

◆ op

int MenuOpSeq::op

Operation, e.g. OP_DELETE.

Definition at line 50 of file menu.h.

◆ seq

const char* MenuOpSeq::seq

Default key binding.

Definition at line 51 of file menu.h.


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