emacs-devel
[Top][All Lists]
Advanced

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

Re: Menus with more items than the TTY can display


From: Dani Moncayo
Subject: Re: Menus with more items than the TTY can display
Date: Fri, 11 Oct 2013 13:41:24 +0200

On Fri, Oct 11, 2013 at 1:28 PM, Eli Zaretskii <address@hidden> wrote:
> Bug #15575 raises the issue of what to do with displaying TTY menus
> that are too long for the screen height.  Currently, the code simply
> truncates the menu at the last available line, but maybe there are
> better ways of handling this.

IMO: Do "auto scrolling" with the menĂº items, i.e.:
* Initially show only the first (top) N items that fit in the available height.
* If the users selects an item close to the bottom of the menu, scroll
up the menu items, (similar to what happens in buffer auto scrolling)
to show more items at the bottom part.
* Likewise when the user selects an item close to the top of the menu.

Of course I have no idea of the amount of work involved (probably a
fair amount).

-- 
Dani Moncayo



reply via email to

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