NeoMutt  2024-04-16-36-g75b6fb
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
CompletionData Struct Reference

State data for auto-completion. More...

#include "data.h"

Data Fields

char user_typed [1024]
 Initial string that starts completion.
 
int num_matched
 Number of matches for completion.
 
char completed [256]
 Completed string (command or variable)
 
const char ** match_list
 Matching strings.
 
int match_list_len
 Enough space for all of the config items.
 
bool free_match_strings
 Should the strings in match_list be freed?
 

Detailed Description

State data for auto-completion.

Definition at line 32 of file data.h.

Field Documentation

◆ 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: