fix: corner cases when printing large content through term interface
[lunaix-os.git] / lunaix-os / includes / lunaix / lxconsole.h
diff --git a/lunaix-os/includes/lunaix/lxconsole.h b/lunaix-os/includes/lunaix/lxconsole.h
deleted file mode 100644 (file)
index 02e2198..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-#ifndef __LUNAIX_LXCONSOLE_H
-#define __LUNAIX_LXCONSOLE_H
-
-void
-lxconsole_init();
-
-void
-console_write_str(char* str);
-
-void
-console_write_char(char chr);
-
-void
-console_view_up();
-
-void
-console_view_down();
-
-void
-console_flush();
-
-void
-console_start_flushing();
-#endif /* __LUNAIX_LXCONSOLE_H */