jonas / tig

Text-mode interface for git
https://jonas.github.io/tig/
GNU General Public License v2.0
12.48k stars 611 forks source link

Setting `cursor` color to `default default reverse` only reverses part of the line #1279

Open ilyagr opened 1 year ago

ilyagr commented 1 year ago

Here's the relevant portion of my .gitconfig:

[tig "color"]
cursor = default default reverse

It looks like this in tig blame:

image

I would like the whole cursor line to be reversed.

As is, the change of the cursor width is distracting when moving the cursor.

Setting cursor = black white works correctly. Of course, it wouldn't look good if I ever need to use a terminal with a light theme.

FightingBoom commented 1 month ago

May I ask if this issue has been resolved for you? Thanks.

ilyagr commented 1 month ago

No, it's exactly the same as I described originally. It's not the worst thing in the world, but continues to be a bit annoying.

FightingBoom commented 1 month ago

Okay, good luck. There were differences in our issues, and my problem was solved in another issue #1114