Re: [PATCH 1/5] menu: remove CTRL+C to quit

2023-02-12 Thread Masahisa Kojima
On Fri, 10 Feb 2023 at 20:49, Heinrich Schuchardt wrote: > > On 2/2/23 10:24, Masahisa Kojima wrote: > > On the sandbox called without "--terminal raw" CTRL+C leaves U-Boot, > > "ESC/CTRL+C to quit" is misleading. > > > > Let's remove CTRL+C to quit key handling from bootmenu and eficonfig menu. >

Re: [PATCH 1/5] menu: remove CTRL+C to quit

2023-02-10 Thread Heinrich Schuchardt
On 2/2/23 10:24, Masahisa Kojima wrote: On the sandbox called without "--terminal raw" CTRL+C leaves U-Boot, "ESC/CTRL+C to quit" is misleading. Let's remove CTRL+C to quit key handling from bootmenu and eficonfig menu. I guess my review was misleading. CTRL+C on the sandbox leaves the u-boot

[PATCH 1/5] menu: remove CTRL+C to quit

2023-02-02 Thread Masahisa Kojima
On the sandbox called without "--terminal raw" CTRL+C leaves U-Boot, "ESC/CTRL+C to quit" is misleading. Let's remove CTRL+C to quit key handling from bootmenu and eficonfig menu. Signed-off-by: Masahisa Kojima --- cmd/bootmenu.c | 2 +- cmd/eficonfig.c | 6 +++--- co