On Mon, Jan 08, 2007 at 12:33:11AM +0100, martin f krafft <[EMAIL PROTECTED]> 
was heard to say:
> Package: urlscan
> Version: 0.5.5
> Severity: normal
> 
> I just figured out that the arrow keys change between the different
> URLs before <enter> 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 reason the buttons don't change color when they're selected is
that I'm using the default urwid Button widget, which doesn't change
colors.  Worse, the urwid framework doesn't provide any way for an
individual widget (such as Button) to be told that it's selected, so
you can't modify the visual appearance of a widget based on its
selection state.

  So although this is a good idea (I actually looked for a way to
do this while writing the program), it's not a trivial coding task;
you'd have to either fix urwid or reimplement a large chunk of it.

  Daniel

Attachment: signature.asc
Description: Digital signature

Reply via email to