kconfig: Some terms or curses libraries treat backspace as 0x08

Change-Id: Ie4e4a2f0d68643a8f46d24ee7bd1b953e9fe14a5
Signed-off-by: Zheng Bao <zheng.bao@amd.com>
Signed-off-by: Zheng Bao <fishbaozi@gmail.com>
Reviewed-on: http://review.coreboot.org/1605
Tested-by: build bot (Jenkins)
Reviewed-by: Peter Stuge <peter@stuge.se>
This commit is contained in:
Zheng Bao 2012-10-23 11:48:36 +08:00 committed by Peter Stuge
parent 545167252d
commit def50b061d
1 changed files with 1 additions and 0 deletions

View File

@ -127,6 +127,7 @@ do_resize:
continue; continue;
case KEY_BACKSPACE: case KEY_BACKSPACE:
case 127: case 127:
case '\b':
if (input_x || scroll) { if (input_x || scroll) {
wattrset(dialog, dlg.inputbox.atr); wattrset(dialog, dlg.inputbox.atr);
if (!input_x) { if (!input_x) {