NeoMutt  2024-03-23-23-gec7045
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
MenuOpSeq Struct Reference

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

#include "lib.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 109 of file lib.h.

Field Documentation

◆ op

int MenuOpSeq::op

Operation, e.g. OP_DELETE.

Definition at line 111 of file lib.h.

◆ seq

const char* MenuOpSeq::seq

Default key binding.

Definition at line 112 of file lib.h.


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