Data passed to Enter worker functions. More...
#include "functions.h"
Collaboration diagram for EnterFunctionData:Data Fields | |
| struct NeoMutt * | n |
| NeoMutt application data. | |
| struct EditorModuleData * | mod_data |
| Editor module data. | |
| struct EnterWindowData * | wdata |
| Enter window data. | |
Data passed to Enter worker functions.
Definition at line 41 of file functions.h.
| struct NeoMutt* EnterFunctionData::n |
NeoMutt application data.
Definition at line 43 of file functions.h.
| struct EditorModuleData* EnterFunctionData::mod_data |
Editor module data.
Definition at line 44 of file functions.h.
| struct EnterWindowData* EnterFunctionData::wdata |
Enter window data.
Definition at line 45 of file functions.h.