Re: [PATCH 16/24] menu: Factor out menu-keypress decoding

2022-10-19 Thread Simon Glass
Hi Heinrich, On Mon, 17 Oct 2022 at 16:23, Heinrich Schuchardt wrote: > > On 10/17/22 22:29, Simon Glass wrote: > > Move this code into a separate function so that it can be used in the new > > VBE menu. > > > > Signed-off-by: Simon Glass > > --- > > > > common/menu.c | 48 +++

Re: [PATCH 16/24] menu: Factor out menu-keypress decoding

2022-10-17 Thread Heinrich Schuchardt
On 10/17/22 22:29, Simon Glass wrote: Move this code into a separate function so that it can be used in the new VBE menu. Signed-off-by: Simon Glass --- common/menu.c | 48 ++-- include/menu.h | 10 ++ 2 files changed, 40 insertions(+),