:: commit 0312020bd209a7a3919fa7d24cbb9438470fd23d

mintsuki <mintsuki@protonmail.com> — 2021-08-29 14:16

parents: 12566c53b3

term: Nul should be ignored

diff --git a/stage23/lib/term.s2.c b/stage23/lib/term.s2.c
index 58a82044..2a235191 100644
--- a/stage23/lib/term.s2.c
+++ b/stage23/lib/term.s2.c
@@ -853,6 +853,7 @@ void term_putchar(uint8_t c) {
     get_cursor_pos(&x, &y);
 
     switch (c) {
+        case 0x00:
         case 0x7f:
             return;
         case 0x9b:
tab: 248 wrap: offon