5
components/shell/src/base/shmsg.c
Executable file → Normal file
5
components/shell/src/base/shmsg.c
Executable file → Normal file
@@ -216,6 +216,11 @@ VOID ShellTaskEntry(VOID)
|
||||
ptr = buf;
|
||||
break;
|
||||
}
|
||||
if (*ptr == '\b' && ptr != buf) { /* support backspace */
|
||||
PRINTK("\b \b");
|
||||
ptr--;
|
||||
break;
|
||||
}
|
||||
if (!VISIABLE_CHAR(*ptr)) {
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user