🐛 修复\b的bug

This commit is contained in:
fslongjin
2022-03-17 00:17:23 +08:00
parent 1333afd703
commit 1e52bbe901
3 changed files with 5 additions and 16 deletions

View File

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