firecat53 / urlscan

Mutt and terminal url selector (similar to urlview)
GNU General Public License v2.0
214 stars 38 forks source link

Forwarded: Monochrome version with arrow to visualize the selected entry. #17

Closed ghost closed 7 years ago

ghost commented 9 years ago

Forwarded from: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=406013


I just figured out that the arrow keys change between the different URLs before opens it. However, the default colours make it impossible to determine which URL is currently selected. Would it be possible to adjust the colours? Why not make it less colourful and add more contrast?


The bug report was not obvious to understand for me. In fact, the submitter wants a monochrome version, with, if possible, an arrow or any other character on the screen to visualize which line is selected. So tag it as feature request please.

I done some search about urwid, it appears hard to me to implement that without any modification inside urwid. So, this feature is probably not for tomorrow.

ghost commented 9 years ago

Or maybe, instead of the arrow. Selected item should appears in inverted video (black on white), and urwid in monochrome mode (but not yet found how to do the later).

firecat53 commented 7 years ago

Better late than never :smile: Do you think this commit addresses the bug report adequately?

Thanks!