Where is the (rest of the) documentation? #5012
-
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
|
No, we don't have a manual. I guess the idea is to try and design the software in such a way that no manual is needed, since people wouldn't read it anyway. There will always be situations like the one you describe where this doesn't quite work out, of course. However, I'm surprised that you see a What font are you using? Can you try a different one to see if that makes those characters show up correctly? It might also have something to do with your locale settings though, but I'm not sure about that. |
Beta Was this translation helpful? Give feedback.
-
|
Hi, I'm using a Monaco font, but I don't think that is the problem. The terminal is iTerm2 on MacOS, if I run lazygit natively on the Mac in an iTerm window with the same settings, I don't see the + signs. In another session with identical window (and font) settings, I ssh into a Linux box and run |
Beta Was this translation helpful? Give feedback.
-
|
Hi, The solution: the container was so bare, that en_US.UTF-8 was not supported. Adding that locale to the container yields corners without plus signs and an arrow instead of a v. Thanks for the pointer. |
Beta Was this translation helpful? Give feedback.

Hi,
The solution: the container was so bare, that en_US.UTF-8 was not supported. Adding that locale to the container yields corners without plus signs and an arrow instead of a v. Thanks for the pointer.