:right-sidebar: True CursorShape =================================================================== .. currentmodule:: gi.repository.Vte .. class:: CursorShape :no-contents-entry: An enumerated type which can be used to indicate what should the terminal draw at the cursor position. Fields ------ .. rst-class:: interim-class .. class:: CursorShape :no-index: .. attribute:: BLOCK Draw a block cursor. This is the default. .. attribute:: IBEAM Draw a vertical bar on the left side of character. This is similar to the default cursor for other GTK+ widgets. .. attribute:: UNDERLINE Draw a horizontal bar below the character.