bug-ncurses
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to tell highlighted from selected items in multi-select menu?


From: Thomas Dickey
Subject: Re: How to tell highlighted from selected items in multi-select menu?
Date: Sun, 08 Jun 2008 19:44:09 -0400
User-agent: Mutt/1.5.17+20080114 (2008-01-14)

On Fri, Jun 06, 2008 at 04:48:01PM +0100, Adam Spragg wrote:
> Dear ncurses maintainers,
> 
> I'm working on an ncurses program which needs to display a list of 
> options to the user, from which they can select any number. I'm using a 
> menu for this with O_ONEVALUE switched off, and it mostly seems to be 
> fine. Items can be selected and deselected as necessary.
> 
> The problem is that it appears to be impossible for the user to 
> distinguish between the currently highlighted item and selected items.

reading the code, I don't see any different conclusion.

The file menu/m_post.c, function _nc_Post_Item() does all
of the work for this detail.

-- 
Thomas E. Dickey <address@hidden>
http://invisible-island.net
ftp://invisible-island.net

Attachment: signature.asc
Description: Digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]