NeoMutt  2025-12-11-800-ga0ee0f
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
EventKeyProgress Struct Reference

Runtime key progress event. More...

#include "notify.h"

+ Collaboration diagram for EventKeyProgress:

Data Fields

const struct MenuDefinitionmd
 Menu being matched.
 
int count
 Parsed count prefix, if any.
 
short key_len
 Number of keys entered.
 
keycode_t keys [KEY_SEQ_MAX_LEN]
 Entered keys.
 

Detailed Description

Runtime key progress event.

Definition at line 57 of file notify.h.

Field Documentation

◆ md

const struct MenuDefinition* EventKeyProgress::md

Menu being matched.

Definition at line 59 of file notify.h.

◆ count

int EventKeyProgress::count

Parsed count prefix, if any.

Definition at line 60 of file notify.h.

◆ key_len

short EventKeyProgress::key_len

Number of keys entered.

Definition at line 61 of file notify.h.

◆ keys

keycode_t EventKeyProgress::keys[KEY_SEQ_MAX_LEN]

Entered keys.

Definition at line 62 of file notify.h.


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