GeorgeFilipkin / pulsemixer

CLI and curses mixer for PulseAudio

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Context menu item not highlighted

tigerjack opened this issue · comments

When I press Enter to select one of the available options from the context menu, I can't see the highlighted option at all (see the first image below). I think that maybe it is due to my terminal colors, because it works well on a simple tty.
However, many other curses-based tools I use have not this problem. The second image, for example, is taken from wicd-curses.
Is it possible to change the highlighted item style in some way?

image

image

Pulsemixer uses bold text to highlight selected item in context menu. Likely your terminal emulator doesn't allow bold.

5b78f57 commit adds an arrow to better indicate selected item. Since pulsemixer is already heavy with color I'm somewhat reluctant to do background highlighting like wicd does. So, a simple arrow instead.

Thanks a lot, I'll wait for the updated package on the AUR. In the meantime, I've enabled the bold fonts in urxvt.