CursorShape
Description:
[ CCode ( cprefix = "VTE_CURSOR_SHAPE_" , type_id = "vte_cursor_shape_get_type ()" ) ]
public enum CursorShape
An enumerated type which can be used to indicate what should the terminal draw at the cursor position.
Content:
Enum values:
- BLOCK - Draw a block cursor.
- IBEAM - Draw a vertical bar on the left
side of character.
- UNDERLINE - Draw a horizontal bar
below the character.