-
Notifications
You must be signed in to change notification settings - Fork 47
Open
Description
Great tool! :) However it's also used to display git log, and when I do that on my urxvt terminal, which also uses gbt, I get a broken terminal:
- no echo
- pressing
ENTERon an empty command line doesn't advance the prompt (it seems it's sending only a CR character without the LF one)
Probably both things are caused by the same issue.
I have to reset my terminal after each git log, which makes this beautiful tool unusable.
Tried removing the -X | --no-init parameter for less, but the problem persists. So I left it configured as README says:
$ git config --global --get core.pager
git-split-diffs --color | less -RFX
UPDATE: forgot to mention that the terminal doesn't break on git diff, so maybe that's a hint to solve the problem. Obviously git diff does something different than git log.
jarstingstall and levitsky
Metadata
Metadata
Assignees
Labels
No labels