API Version: 3.91
Library Version: 0.74.2
enum Vte.CursorShape
An enumerated type which can be used to indicate what should the terminal draw at the cursor position.
VTE_CURSOR_SHAPE_BLOCK
Draw a block cursor. This is the default.
VTE_CURSOR_SHAPE_IBEAM
Draw a vertical bar on the left side of character. This is similar to the default cursor for other GTK+ widgets.
VTE_CURSOR_SHAPE_UNDERLINE
Draw a horizontal bar below the character.