Skip to content
Snippets Groups Projects
user avatar
Changbin Du authored
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: default avatarChangbin Du <changbin.du@gmail.com>
Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
9c38f1f0
History
Code owners
Assign users and groups as approvers for specific file changes. Learn more.