jonas / tig

Text-mode interface for git
https://jonas.github.io/tig/
GNU General Public License v2.0
12.28k stars 604 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.