chore(docs): remove the tea.EnterAltScreen from Init

Per the docs: 8f3464a756/screen.go (L29)
This commit is contained in:
Tim Mattison 2024-01-22 09:04:26 -05:00 committed by GitHub
parent 8f3464a756
commit ab7e5ea8b2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ func main() {
}
func (m model) Init() tea.Cmd {
return tea.Batch(tick(), tea.EnterAltScreen)
return tick()
}
func (m model) Update(message tea.Msg) (tea.Model, tea.Cmd) {