Expand description
A cursor implementation that can be used to navigate and edit text.
Structs§
- Cursor
- A cursor is a selection of text. It has a start and end position of the selection.
- Pos
- A cursor position
Traits§
- Text
- This contains the information about the text that is used by the cursor to handle navigation.
- Text
Editable - This contains the information about the text that is used by the cursor to handle editing text.