Canop / broot

A new way to see and navigate directory trees : https://dystroy.org/broot
MIT License
10.35k stars 226 forks source link

Arrow between path and git branch misaligned #868

Open ismay opened 3 months ago

ismay commented 3 months ago

As can be seen in these screenshots:

321141053-8424d4f7-3ad2-4b43-8508-058026be1abd

Screenshot 2024-04-10 at 09 15 04

the < arrow between the path and the git branch is too low compared to the text surrounding it. For me this happens on macos with kitty. Judging from the command and option key labels in the top screenshot that's probably also on macos.

I can't test on linux right now, can do that later if necessary.

Canop commented 3 months ago

For reference, here's how it should look, and how it looks on my linux computer:

image

This "arrow" was supposed to illustrate the "merge" symbol. I'd welcome suggestions of other characters which would be better displayed.

ismay commented 2 months ago

I've taken a look at this on linux (void & alacritty), and can confirm that there the arrow looks properly aligned. Not sure what's causing the misalignment on macos.