com.raelity.jvi
Interface ViCursor


public interface ViCursor

Salient variables for doing a vi cursor.


Field Summary
static int SHAPE_BLOCK
           
static int SHAPE_HOR
           
static int SHAPE_VER
           
 
Method Summary
 int getBlinkoff()
          blinking, off time
 int getBlinkon()
          blinking, on time
 int getBlinkwait()
          blinking, wait time before blinking starts
 int getHighlightId()
          highlight group ID
 int getMatchBraceOffset()
          match brace offset
 int getPercentage()
          percentage of cell for bar
 int getShape()
          one of the SHAPE_ defined
 

Field Detail

SHAPE_BLOCK

static final int SHAPE_BLOCK
See Also:
Constant Field Values

SHAPE_HOR

static final int SHAPE_HOR
See Also:
Constant Field Values

SHAPE_VER

static final int SHAPE_VER
See Also:
Constant Field Values
Method Detail

getShape

int getShape()
one of the SHAPE_ defined


getPercentage

int getPercentage()
percentage of cell for bar


getMatchBraceOffset

int getMatchBraceOffset()
match brace offset


getBlinkwait

int getBlinkwait()
blinking, wait time before blinking starts


getBlinkon

int getBlinkon()
blinking, on time


getBlinkoff

int getBlinkoff()
blinking, off time


getHighlightId

int getHighlightId()
highlight group ID