|
Paraslash Audio Streaming |
About News Download Documentation Development |
Data Fields | |
char * | buffer |
char * | word |
int | point |
char ** | argv |
int | argc |
int | word_num |
char* buffer |
The full line.
char* word |
The (partial) 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().