mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-19 04:56:30 +00:00
🐛 修复\b的bug
This commit is contained in:
@ -345,7 +345,7 @@ void keyboard_analyze_keycode()
|
||||
break;
|
||||
}
|
||||
if (key)
|
||||
printk_color(ORANGE, WHITE, "(key:%c)\t", key);
|
||||
printk_color(ORANGE, BLACK, "%c", key);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user