NeoMutt  2025-12-11-769-g906513
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
EnterFunctionData Struct Reference

Data passed to Enter worker functions. More...

#include "functions.h"

+ Collaboration diagram for EnterFunctionData:

Data Fields

struct NeoMuttn
 NeoMutt application data.
 
struct EditorModuleDatamod_data
 Editor module data.
 
struct EnterWindowDatawdata
 Enter window data.
 

Detailed Description

Data passed to Enter worker functions.

Definition at line 41 of file functions.h.

Field Documentation

◆ n

struct NeoMutt* EnterFunctionData::n

NeoMutt application data.

Definition at line 43 of file functions.h.

◆ mod_data

struct EditorModuleData* EnterFunctionData::mod_data

Editor module data.

Definition at line 44 of file functions.h.

◆ wdata

struct EnterWindowData* EnterFunctionData::wdata

Enter window data.

Definition at line 45 of file functions.h.


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