paraslash Paraslash Audio Streaming
About   News   Download   Documentation   Development

Data Fields
i9e_completion_info Struct Reference

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...
 

Detailed Description

Structure passed as input to the completers.

Field Documentation

◆ buffer

char* buffer

The full line.

◆ word

char* word

The word the cursor is in.

Referenced by i9e_complete_option(), and i9e_ll_completer().

◆ point

int point

Cursor position.

◆ argv

char** argv

Vector of words in buffer.

◆ argc

int argc

Number of elements(words) in argv.

◆ word_num

int word_num

The cursor is on this word.

Referenced by i9e_ll_completer().


The documentation for this struct was generated from the following file: