Data to pass to the History Functions. More...
#include "functions.h"
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 Menu * | menu |
History Menu. | |
char ** | matches |
History entries. | |
int | match_count |
Number of history entries. | |
Data to pass to the History Functions.
Definition at line 34 of file functions.h.
bool HistoryData::done |
Should we close the Dialog?
Definition at line 36 of file functions.h.
bool HistoryData::selection |
Was a selection made?
Definition at line 37 of file functions.h.
char* HistoryData::buf |
Buffer for the results.
Definition at line 38 of file functions.h.
size_t HistoryData::buflen |
Length of the results buffer.
Definition at line 39 of file functions.h.
struct Menu* HistoryData::menu |
Definition at line 40 of file functions.h.
char** HistoryData::matches |
History entries.
Definition at line 41 of file functions.h.
int HistoryData::match_count |
Number of history entries.
Definition at line 42 of file functions.h.