forked from Mirrors/bubbletea
I think the cursor move to 1,1 is implicit via altscreen
This commit is contained in:
parent
f382f4db4a
commit
f94701aff3
|
@ -17,7 +17,6 @@ type tickMsg struct{}
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
termenv.AltScreen()
|
termenv.AltScreen()
|
||||||
termenv.MoveCursor(1, 1)
|
|
||||||
defer termenv.ExitAltScreen()
|
defer termenv.ExitAltScreen()
|
||||||
err := tea.NewProgram(initialize, update, view, subscriptions).Start()
|
err := tea.NewProgram(initialize, update, view, subscriptions).Start()
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
|
Loading…
Reference in New Issue