Merge branch 'master' of github.com:Minep/lunaix-os
[lunaix-os.git] / lunaix-os / includes / lunaix / tty / console.h
index dee64a278540ce91e527360bc98a565d5198e14d..24d088fbd3f6665580e53fe8c4e32112292b319c 100644 (file)
@@ -7,9 +7,10 @@
 struct console
 {
     struct lx_timer* flush_timer;
-    struct fifo_buffer buffer;
-    unsigned int erd_pos;
-    unsigned int lines;
+    struct fifo_buf output;
+    struct fifo_buf input;
+    size_t wnd_start;
+    size_t lines;
 };
 
 #endif /* __LUNAIX_CONSOLE_H */