feat: hook up the keyboard input into our vfs
[lunaix-os.git] / lunaix-os / includes / lunaix / tty / console.h
index dee64a278540ce91e527360bc98a565d5198e14d..e5eaa34b940ad7c9ce1295250858918639bca89d 100644 (file)
@@ -7,7 +7,8 @@
 struct console
 {
     struct lx_timer* flush_timer;
-    struct fifo_buffer buffer;
+    struct fifo_buf output;
+    struct fifo_buf input;
     unsigned int erd_pos;
     unsigned int lines;
 };