Re: [U-Boot] [PATCH v2 2/4] New command bootmenu: ANSI terminal Boot Menu support

2012-11-14 Thread Pali Rohár
Hi, I will fix all mentioned style problems. On Tuesday 13 November 2012 09:27:41 Wolfgang Denk wrote: + /* key up was pressed */ + if (key == 'A') + key = 1; + /* key down was

Re: [U-Boot] [PATCH v2 2/4] New command bootmenu: ANSI terminal Boot Menu support

2012-11-13 Thread Wolfgang Denk
Dear Pali Rohár, In message 1351769953-13560-3-git-send-email-pali.ro...@gmail.com you wrote: This patch adding ANSI terminal bootmenu command. It is extension to generic menu which provide output for ANSI terminals. ... + if (key == '\e') { +

[U-Boot] [PATCH v2 2/4] New command bootmenu: ANSI terminal Boot Menu support

2012-11-01 Thread Pali Rohár
This patch adding ANSI terminal bootmenu command. It is extension to generic menu which provide output for ANSI terminals. Signed-off-by: Pali Rohár pali.ro...@gmail.com --- Changes in v2: - Added commit message - Removed bootmenu from include/config_cmd_all.h - Moved ANSI escape codes from