diff --git a/examples/fullscreen/main.go b/examples/fullscreen/main.go index 1c56be0..1720d51 100644 --- a/examples/fullscreen/main.go +++ b/examples/fullscreen/main.go @@ -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) {