mirror of
https://github.com/taigrr/bubbletea.git
synced 2026-04-02 02:59:09 -07:00
I think the cursor move to 1,1 is implicit via altscreen
This commit is contained in:
@@ -17,7 +17,6 @@ type tickMsg struct{}
|
||||
|
||||
func main() {
|
||||
termenv.AltScreen()
|
||||
termenv.MoveCursor(1, 1)
|
||||
defer termenv.ExitAltScreen()
|
||||
err := tea.NewProgram(initialize, update, view, subscriptions).Start()
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user