Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Model ¶
type Model struct { // Style for styling the cursor block. Style lipgloss.Style // TextStyle is the style used for the cursor when it is hidden (when blinking). // I.e. displaying normal text. TextStyle lipgloss.Style // char is the character under the cursor Char string // Position of the cursor Row, Col int }
Model is the Bubble Tea model for this cursor element.
Click to show internal directories.
Click to hide internal directories.