We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5280a4 commit a5d4690Copy full SHA for a5d4690
cmd/commit/main.go
@@ -37,7 +37,7 @@ func main() {
37
if !isGitRepo {
38
log.Fatal("Not a git repository")
39
}
40
- p := tea.NewProgram(initialModel(), tea.WithAltScreen())
+ p := tea.NewProgram(initialModel())
41
if _, err := p.Run(); err != nil {
42
log.Fatal(err)
43
0 commit comments