course 6 - interrupts
[lunaix-os.git] / lunaix-os / kernel / tty / tty.c
index db9c28b572decbe640339f229156da15816a0755..bef5c5a90213a1271c7d10cca1a7bdb6f67a2efb 100644 (file)
@@ -73,4 +73,6 @@ tty_clear()
     for (uint32_t i = 0; i < TTY_WIDTH * TTY_HEIGHT; i++) {
         *(buffer + i) = theme_color;
     }
+    tty_x = 0;
+    tty_y = 0;
 }
\ No newline at end of file