Skip to content

Commit a5d4690

Browse files
committed
[commit] remove alt screen for commit command
1 parent e5280a4 commit a5d4690

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/commit/main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ func main() {
3737
if !isGitRepo {
3838
log.Fatal("Not a git repository")
3939
}
40-
p := tea.NewProgram(initialModel(), tea.WithAltScreen())
40+
p := tea.NewProgram(initialModel())
4141
if _, err := p.Run(); err != nil {
4242
log.Fatal(err)
4343
}

0 commit comments

Comments
 (0)