diff --git a/tui/run.go b/tui/run.go index 604d740..6a1bbf8 100644 --- a/tui/run.go +++ b/tui/run.go @@ -40,7 +40,7 @@ func Run() error { cursorCol: offset % numCols, startOffset: offset, mode: monthView, - }) + },tea.WithAltScreen()) _, err := p.Run() return err }