mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-18 08:06:32 +00:00
解决shell无法输入大写字母'P'的问题 (#404)
This commit is contained in:
@ -213,7 +213,7 @@ int shell_readline(int fd, char *buf)
|
||||
return count;
|
||||
}
|
||||
|
||||
if (key && key != 0x50 && key != 0xc8)
|
||||
if (key && key != 0xc8)
|
||||
{
|
||||
if (key == '\b')
|
||||
{
|
||||
|
Reference in New Issue
Block a user