9
0
Fork 0

edit: add 8 as backspace code

This commit is contained in:
Sascha Hauer 2007-10-04 18:36:24 +02:00
parent 6905ed5bf3
commit 828dbf9f3c
1 changed files with 1 additions and 0 deletions

View File

@ -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);