Rev 4584 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 4584 | Rev 4644 | ||
|---|---|---|---|
| Line 38... | Line 38... | ||
| 38 | #include <ipc/ipc.h> |
38 | #include <ipc/ipc.h> |
| 39 | #include <ipc/vfs.h> |
39 | #include <ipc/vfs.h> |
| 40 | 40 | ||
| 41 | typedef enum { |
41 | typedef enum { |
| 42 | CONSOLE_GET_SIZE = VFS_OUT_LAST, |
42 | CONSOLE_GET_SIZE = VFS_OUT_LAST, |
| - | 43 | CONSOLE_GET_COLOR_CAP, |
|
| 43 | CONSOLE_GET_EVENT, |
44 | CONSOLE_GET_EVENT, |
| 44 | CONSOLE_GOTO, |
45 | CONSOLE_GOTO, |
| 45 | CONSOLE_CLEAR, |
46 | CONSOLE_CLEAR, |
| 46 | CONSOLE_SET_STYLE, |
47 | CONSOLE_SET_STYLE, |
| 47 | CONSOLE_SET_COLOR, |
48 | CONSOLE_SET_COLOR, |