git://scm.lunaixsky.com
/
lunaix-os.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
feat: hook up the keyboard input into our vfs
[lunaix-os.git]
/
lunaix-os
/
includes
/
lunaix
/
tty
/
console.h
diff --git
a/lunaix-os/includes/lunaix/tty/console.h
b/lunaix-os/includes/lunaix/tty/console.h
index dee64a278540ce91e527360bc98a565d5198e14d..e5eaa34b940ad7c9ce1295250858918639bca89d 100644
(file)
--- a/
lunaix-os/includes/lunaix/tty/console.h
+++ b/
lunaix-os/includes/lunaix/tty/console.h
@@
-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;
};