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);
|
||||
|
||||
switch (c) {
|
||||
case 0x00:
|
||||
case 0x7f:
|
||||
return;
|
||||
case 0x9b:
|
||||
|
Loading…
Reference in New Issue
Block a user