Enumeration
VteCursorShape
unstable since: 3.91
Description [src]
An enumerated type which can be used to indicate what should the terminal draw at the cursor position.
Available since: 3.91
Members
VTE_CURSOR_SHAPE_BLOCK-
Draw a block cursor. This is the default.
- Value:
0 - Nickname:
block - Available since: 3.91
- Value:
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.
- Value:
1 - Nickname:
ibeam - Available since: 3.91
- Value:
VTE_CURSOR_SHAPE_UNDERLINE-
Draw a horizontal bar below the character.
- Value:
2 - Nickname:
underline - Available since: 3.91
- Value: