feat(ui): full-screen mode

This commit is contained in:
punkfairie 2024-09-07 19:41:17 -07:00
parent c915314647
commit 6db2cbae9f

View file

@ -152,7 +152,7 @@ func (m menu) View() string {
}
func main() {
p := tea.NewProgram(initialModel())
p := tea.NewProgram(initialModel(), tea.WithAltScreen())
if _, err := p.Run(); err != nil {
fmt.Printf("There's been an error: %v", err)