Re: [RFC v7 0/1] mconf: global i-search in menu prompts

From: Randy Dunlap
Date: Tue Jun 19 2018 - 13:27:13 EST


On 06/17/2018 05:15 AM, Dirk Gouders wrote:
> Hello,
>
> Most noticeable changes are that the exact starting position before
> doing i-search is now remebered and i-search stays on the current item
> if a character was added and the new string also matches this item.

Nice.

> Also, compiler warnings were eliminated and A_UNDERLINE was replaced
> with A_STANDOUT to mark active menu items when the focus is on the
> buttons, because I tested mconf on a tty where underlines were not
> visible. For a complete list of changes see below.

This highlight/standout is good, helpful.

> Dirk
>
> Changes in v7:
>
>
> * Rework i-search instructions text

For the (old) menu_instructions[] string: that has a hard time fitting in
80x25 or 80x30 console. I.e., it is being truncated. I had to resize the
console to 90x30 to see all of it. Oh well.

> * Remember exact starting position in menu
>
> * Stay on menu item if it matches pattern with a character added
>
> * Fix print_autowrap for short texts
>
> * Focus on buttons: use A_STANDOUT for current menu item

:)

[snip]


I like it.

thanks,
--
~Randy