Skip to content

Commit

Permalink
fix(examples): update cellbuffer for Bubble Tea v0.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
meowgorithm committed Dec 12, 2022
1 parent 09f220f commit 1150637
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/cellbuffer/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ func main() {
}

p := tea.NewProgram(m, tea.WithAltScreen(), tea.WithMouseCellMotion())
if err := p.Start(); err != nil {
if _, err := p.Run(); err != nil {
fmt.Println("Uh oh:", err)
os.Exit(1)
}
Expand Down

0 comments on commit 1150637

Please sign in to comment.