-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Doesn't work in rxvt; just reprints list of commits #11
Comments
Works on Debian linux, rxvt-unicode 9.20 |
Same happens on OS X 10.11.6. |
Same on Ubuntu 16.04; However, if I maximize the terminal window, the problem will no longer exist. |
Same as @mkermani144 an @agarzola and in addition, if I press tab key to expand the commit, just reprints again the next line. |
Hi, nice project! I have tested it in Git console for Windows (MinGW). I know the Readme says a Linux/OSX OS is required, but it seemed to me that it works just fine under MinGW except for this bug. I experience the same thing, every time I press Up/Down keys, the list of commits is reprinted leaving a duplicated first line behind. |
At least on Mac 10.12.3 (and in my case) this is due to Apple's |
This indeed fixes the main functionality (going through the list, opening them with tab), but not the reprinting and highlighting one. |
Add a test method cleanup
Problem resolved on OS X with bash 4.3 or more. |
Erm, no. Why would bash fix this?
|
Well, upgrading to bash 4.4 in mac OS + some fixes I added resolved the issue, but I didn't try on FreeBSD to be honest. Did you try it with bash and it didn't work ? @yggdr |
In rxvt-unicode 9.22 on FreeBSD 11.0 (using zsh and /bin/sh) git recall prints the commits, but hitting j/k/Up/Down just prints out the same commits once more. No commit is marked like in the gif at any time. Tab has a similar effect of partial reprint of the lines.
The text was updated successfully, but these errors were encountered: