Paraslash Audio Streaming | |
About News Download Documentation Development |
Structure passed as input to the completers. More...
#include <interactive.h>
Data Fields | |
char * | buffer |
The full line. More... | |
char * | word |
The word the cursor is in. More... | |
int | point |
Cursor position. More... | |
char ** | argv |
Vector of words in buffer. More... | |
int | argc |
Number of elements(words) in argv. More... | |
int | word_num |
The cursor is on this word. More... | |
Structure passed as input to the completers.
char* buffer |
The full line.
char* word |
The word the cursor is in.
Referenced by i9e_complete_option(), and i9e_ll_completer().
int point |
Cursor position.
char** argv |
Vector of words in buffer.
int argc |
Number of elements(words) in argv.
int word_num |
The cursor is on this word.
Referenced by i9e_ll_completer().