Re: [PATCH 2/2] menuconfig: Add "breadcrumbs" navigation aid

2013-04-15 Thread Yann E. MORIN
Benjamin, All, On Mon, Apr 15, 2013 at 10:13:51AM -0400, Benjamin Poirier wrote: > Displays a trail of the menu entries used to get to the current menu. Very good idea, indeed! :-) > diff --git a/scripts/kconfig/lxdialog/util.c b/scripts/kconfig/lxdialog/util.c > index 109d531..9a41d78 100644 >

[PATCH 2/2] menuconfig: Add "breadcrumbs" navigation aid

2013-04-15 Thread Benjamin Poirier
Displays a trail of the menu entries used to get to the current menu. Signed-off-by: Benjamin Poirier --- scripts/kconfig/list.h| 27 ++ scripts/kconfig/lxdialog/dialog.h |7 scripts/kconfig/lxdialog/util.c | 48 -

[PATCH 2/2] menuconfig: Add breadcrumbs navigation aid

2013-04-15 Thread Benjamin Poirier
Displays a trail of the menu entries used to get to the current menu. Signed-off-by: Benjamin Poirier bpoir...@suse.de --- scripts/kconfig/list.h| 27 ++ scripts/kconfig/lxdialog/dialog.h |7 scripts/kconfig/lxdialog/util.c | 48 -

Re: [PATCH 2/2] menuconfig: Add breadcrumbs navigation aid

2013-04-15 Thread Yann E. MORIN
Benjamin, All, On Mon, Apr 15, 2013 at 10:13:51AM -0400, Benjamin Poirier wrote: Displays a trail of the menu entries used to get to the current menu. Very good idea, indeed! :-) diff --git a/scripts/kconfig/lxdialog/util.c b/scripts/kconfig/lxdialog/util.c index 109d531..9a41d78 100644 ---