Re: [PATCH v3] menuconfig: Add "breadcrumbs" navigation aid

2013-04-16 Thread Yann E. MORIN
Benjamin, All, On Tue, Apr 16, 2013 at 10:07:23AM -0400, Benjamin Poirier wrote: > Displays a trail of the menu entries used to get to the current menu. > > Signed-off-by: Benjamin Poirier > Tested-by: "Yann E. MORIN" > [yann.morin.1...@free.fr: small, trivial code re-ordering] >

[PATCH v3] menuconfig: Add "breadcrumbs" navigation aid

2013-04-16 Thread Benjamin Poirier
Displays a trail of the menu entries used to get to the current menu. Signed-off-by: Benjamin Poirier Tested-by: "Yann E. MORIN" [yann.morin.1...@free.fr: small, trivial code re-ordering] Signed-off-by: "Yann E. MORIN" --- Indeed Yann, we can even remove one wmove() and one level of

[PATCH v3] menuconfig: Add breadcrumbs navigation aid

2013-04-16 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 Tested-by: Yann E. MORIN yann.morin.1...@free.fr [yann.morin.1...@free.fr: small, trivial code re-ordering] Signed-off-by: Yann E. MORIN yann.morin.1...@free.fr --- Indeed Yann,

Re: [PATCH v3] menuconfig: Add breadcrumbs navigation aid

2013-04-16 Thread Yann E. MORIN
Benjamin, All, On Tue, Apr 16, 2013 at 10:07:23AM -0400, Benjamin Poirier wrote: Displays a trail of the menu entries used to get to the current menu. Signed-off-by: Benjamin Poirier bpoir...@suse.de Tested-by: Yann E. MORIN yann.morin.1...@free.fr [yann.morin.1...@free.fr: small, trivial