-
Notifications
You must be signed in to change notification settings - Fork 616
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
line-graphics don't behave too nice #527
Comments
The vertical ruler that separates the line numbers from the remaining line suffers from the same issues than the split view vertical ruler. |
Thanks for the very detailed bug report. I fixed what I believe is the main issue, namely repainting the display when toggling |
I'm having a similar issue when I have
|
@jonas I tested tig again now with 2.4.1 and as far as I can tell, nothing at all changed. |
I'm also still experiencing this. Is there a fix for this? |
When starting
tig
in ISO-8859-1 withLANG=en_US.ISO-8859-1 tig
, thedefault
andascii
line-graphics
look good, but switching toutf-8
looks very ugly likeMaybe it would be possible to prevent using
utf-8
if locale is notutf-8
?When switching
line-graphics
in split view (having pressed return key on a commit in main view), the vertical ruler is not repainted until you select another line or un-split and resplit the view, no matter from or to which setting you switchWhen starting tig in UTF-8 with
LANG=en_US.UTF-8 tig
, theascii
line-graphics
look good, but switching toutf-8
ordefault
looks very ugly.Having
utf-8
, the commit graph graphics look very nice, but the vertical ruler looks ugly as it is still painted with ISO-8859-1 graphics. It looks likeHaving
default
, the commit graph graphics and the vertical ruler look ugly as they are painted with ISO-8859-1 graphics. It looks likeIt would be nice if
utf-8
would be the default if started with UTF-8 and at most have a setting to switch to ISO-8859-1.Also, using
default
does not repaint the screen properly.If you switch from ugly
default
to nice (if no vertical ruler is shown)
utf-8
, then there remain characters where they don't belonguntil lines are repainted by switching view or selecting lines one after the other
Even if you only switch views while in
default
it keeps artifact characters.Main view
Pressing
d
Pressing
m
The text was updated successfully, but these errors were encountered: