NeoMutt  2024-04-16-36-g75b6fb
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?
 
char * buf
 Buffer for the results.
 
size_t buflen
 Length of the results buffer.
 
struct Menumenu
 History Menu.
 
char ** matches
 History entries.
 
int match_count
 Number of history entries.
 

Detailed Description

Data to pass to the History Functions.

Definition at line 34 of file functions.h.

Field Documentation

◆ done

bool HistoryData::done

Should we close the Dialog?

Definition at line 36 of file functions.h.

◆ selection

bool HistoryData::selection

Was a selection made?

Definition at line 37 of file functions.h.

◆ buf

char* HistoryData::buf

Buffer for the results.

Definition at line 38 of file functions.h.

◆ buflen

size_t HistoryData::buflen

Length of the results buffer.

Definition at line 39 of file functions.h.

◆ menu

struct Menu* HistoryData::menu

History Menu.

Definition at line 40 of file functions.h.

◆ matches

char** HistoryData::matches

History entries.

Definition at line 41 of file functions.h.

◆ match_count

int HistoryData::match_count

Number of history entries.

Definition at line 42 of file functions.h.


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