mirror of
https://github.com/zoriya/bubbles.git
synced 2026-08-05 04:36:07 +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.