State data for auto-completion.
More...
#include "data.h"
State data for auto-completion.
Definition at line 32 of file data.h.
◆ user_typed
char CompletionData::user_typed[1024] |
Initial string that starts completion.
Definition at line 34 of file data.h.
◆ num_matched
int CompletionData::num_matched |
Number of matches for completion.
Definition at line 35 of file data.h.
◆ completed
char CompletionData::completed[256] |
Completed string (command or variable)
Definition at line 36 of file data.h.
◆ match_list
const char** CompletionData::match_list |
Matching strings.
Definition at line 37 of file data.h.
◆ match_list_len
int CompletionData::match_list_len |
Enough space for all of the config items.
Definition at line 38 of file data.h.
◆ free_match_strings
bool CompletionData::free_match_strings |
Should the strings in match_list be freed?
Definition at line 39 of file data.h.
The documentation for this struct was generated from the following file: