-#include <libc/string.h>
+#include <klibc/string.h>
#include <lunaix/tty/tty.h>
#include <lunaix/constants.h>
#include <stdint.h>
tty_get_cpos(unsigned int* x, unsigned int* y) {
*x = tty_x;
*y = tty_y;
+}
+
+vga_attribute
+tty_get_theme() {
+ return tty_theme_color;
}
\ No newline at end of file