linux-stable/scripts/kconfig/lxdialog
Changbin Du 75a5e3e634 kconfig/[mn]conf: handle backspace (^H) key
[ Upstream commit 9c38f1f044 ]

Backspace is not working on some terminal emulators which do not send the
key code defined by terminfo. Terminals either send '^H' (8) or '^?' (127).
But currently only '^?' is handled. Let's also handle '^H' for those
terminals.

Signed-off-by: Changbin Du <changbin.du@gmail.com>
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Sasha Levin (Microsoft) <sashal@kernel.org>
2019-05-04 09:20:22 +02:00
..
.gitignore
BIG.FAT.WARNING
checklist.c kconfig: drop localization support 2018-05-28 18:25:21 +09:00
dialog.h kconfig: drop localization support 2018-05-28 18:25:21 +09:00
inputbox.c kconfig/[mn]conf: handle backspace (^H) key 2019-05-04 09:20:22 +02:00
menubox.c kconfig: drop localization support 2018-05-28 18:25:21 +09:00
textbox.c kconfig: drop localization support 2018-05-28 18:25:21 +09:00
util.c kbuild: trivial - use tabs for code indent where possible 2014-06-10 14:00:53 +02:00
yesno.c kconfig: drop localization support 2018-05-28 18:25:21 +09:00