Paraslash Audio Streaming | |
About News Download Documentation Development |
Completion information returned by the completers. More...
#include <interactive.h>
Data Fields | |
char ** | matches |
NULL-terminated array of possible completions. More... | |
bool | filename_completion_desired |
Whether standard filename completion should be performed. More... | |
bool | dont_append_space |
Suppress adding a space character after the completed word. More... | |
Completion information returned by the completers.
char** matches |
NULL-terminated array of possible completions.
Referenced by i9e_complete_option(), and i9e_ll_completer().
bool filename_completion_desired |
Whether standard filename completion should be performed.
bool dont_append_space |
Suppress adding a space character after the completed word.
Referenced by i9e_complete_option().