Skip to content

Commit

Permalink
[commit] remove alt screen for commit command
Browse files Browse the repository at this point in the history
  • Loading branch information
mrados7 committed Jul 7, 2024
1 parent e5280a4 commit a5d4690
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/commit/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ func main() {
if !isGitRepo {
log.Fatal("Not a git repository")
}
p := tea.NewProgram(initialModel(), tea.WithAltScreen())
p := tea.NewProgram(initialModel())
if _, err := p.Run(); err != nil {
log.Fatal(err)
}
Expand Down

0 comments on commit a5d4690

Please sign in to comment.