NeoMutt  2025-12-11-924-g64e75a
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
KeyEvent Struct Reference

An event such as a keypress. More...

#include "get.h"

Data Fields

int ch
 Raw key pressed.
 
int op
 Function opcode, e.g. OP_HELP.
 
int count
 Optional count prefix, e.g. 3 for 3j
 

Detailed Description

An event such as a keypress.

Definition at line 74 of file get.h.

Field Documentation

◆ ch

int KeyEvent::ch

Raw key pressed.

Definition at line 76 of file get.h.

◆ op

int KeyEvent::op

Function opcode, e.g. OP_HELP.

Definition at line 77 of file get.h.

◆ count

int KeyEvent::count

Optional count prefix, e.g. 3 for 3j

Definition at line 78 of file get.h.


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