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
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.
 

Detailed Description

An event such as a keypress.

Definition at line 49 of file get.h.

Field Documentation

◆ ch

int KeyEvent::ch

Raw key pressed.

Definition at line 51 of file get.h.

◆ op

int KeyEvent::op

Function opcode, e.g. OP_HELP.

Definition at line 52 of file get.h.


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