jesseduffield / lazygit

simple terminal UI for git commands
MIT License
48.06k stars 1.73k forks source link

Does highlight current selection needs some special terminal feature? #1533

Open xaljer opened 2 years ago

xaljer commented 2 years ago

image It's great that lazygit can highlight current selection item. But I found that it doesn't work in Window terminal, does this need some special terminal feature?

jesseduffield commented 2 years ago

That looks like it's highlighted to me, even if it's not super obvious. You can change how the selected line is styled via https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#struggling-to-see-selected-line

xaljer commented 2 years ago

I use lazygit over SSH in Windows terminal.

JackNewman12 commented 2 years ago

Settings -> Defaults (or whatever) -> Appearance -> Text Formatting. Change it to Bold font with bright colors (or anything with bold in it).

Fixes the issue for me.