NeoMutt  2024-11-14-34-g5aaf0d
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
HistoryData Struct Reference

Data to pass to the History Functions. More...

#include "functions.h"

+ Collaboration diagram for HistoryData:

Data Fields

bool done
 Should we close the Dialog?
 
bool selection
 Was a selection made?
 
struct Bufferbuf
 Buffer for the results.
 
struct Menumenu
 History Menu.
 
struct HistoryArray * matches
 History entries.
 

Detailed Description

Data to pass to the History Functions.

Definition at line 37 of file functions.h.

Field Documentation

◆ done

bool HistoryData::done

Should we close the Dialog?

Definition at line 39 of file functions.h.

◆ selection

bool HistoryData::selection

Was a selection made?

Definition at line 40 of file functions.h.

◆ buf

struct Buffer* HistoryData::buf

Buffer for the results.

Definition at line 41 of file functions.h.

◆ menu

struct Menu* HistoryData::menu

History Menu.

Definition at line 42 of file functions.h.

◆ matches

struct HistoryArray* HistoryData::matches

History entries.

Definition at line 43 of file functions.h.


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