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:
