未验证 提交 91c858ea 编写于 作者: B Bernard Xiong 提交者: GitHub

Merge pull request #2740 from loogg/master

Update shell.c
...@@ -309,8 +309,8 @@ static void finsh_wait_auth(void) ...@@ -309,8 +309,8 @@ static void finsh_wait_auth(void)
else if (ch == '\b' && cur_pos > 0) else if (ch == '\b' && cur_pos > 0)
{ {
/* backspace */ /* backspace */
password[cur_pos] = '\0';
cur_pos--; cur_pos--;
password[cur_pos] = '\0';
rt_kprintf("\b \b"); rt_kprintf("\b \b");
} }
else if (ch == '\r' || ch == '\n') else if (ch == '\r' || ch == '\n')
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册