summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--commands/edit.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/commands/edit.c b/commands/edit.c
index ae2fb8c40a..fd9afba8a4 100644
--- a/commands/edit.c
+++ b/commands/edit.c
@@ -500,6 +500,7 @@ static int do_edit(cmd_tbl_t * cmdtp, int argc, char *argv[])
split_line();
break;
case 127:
+ case 8:
if (textx > 0) {
textx--;
delete_char(textx);