mirror of
https://github.com/limine-bootloader/limine
synced 2024-12-04 14:11:58 +03:00
term: Nul should be ignored
This commit is contained in:
parent
12566c53b3
commit
0312020bd2
@ -853,6 +853,7 @@ void term_putchar(uint8_t c) {
|
|||||||
get_cursor_pos(&x, &y);
|
get_cursor_pos(&x, &y);
|
||||||
|
|
||||||
switch (c) {
|
switch (c) {
|
||||||
|
case 0x00:
|
||||||
case 0x7f:
|
case 0x7f:
|
||||||
return;
|
return;
|
||||||
case 0x9b:
|
case 0x9b:
|
||||||
|
Loading…
Reference in New Issue
Block a user