Restructure the interrupt vector distribution for better matching of their inherit...
[lunaix-os.git] / lunaix-os / includes / lunaix / tty / tty.h
index 3d723ca169a08853636145ba7c1f5f79c582a2cb..28ad83d794211575c5e07b7133358ef02d51972a 100644 (file)
@@ -40,5 +40,17 @@ tty_scroll_up();
 void
 tty_clear();
 
+void 
+tty_clear_line(unsigned int y);
+
+void
+tty_set_cpos(unsigned int x, unsigned int y);
+
+void
+tty_get_cpos(unsigned int* x, unsigned int* y);
+
+vga_attribute
+tty_get_theme();
+
 
 #endif /* __LUNAIX_TTY_H */