mirror of
https://github.com/zoriya/bubbles.git
synced 2026-08-16 01:43:21 +00:00
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.