Files
bubbles/textarea
Christian Rocha 6c77d555db feat(textarea): add methods for moving the cursor to a given line
We added the following methods:

* func(m *Model) SetCursorPosition(int, int)
* func(m *Model) SetCursorRow(int)
* func(m *Model) SetCursorColumn(int)

SetCursor is also now deprecated in favor of SetCursorColumn.
2024-07-17 21:21:17 -04:00
..