diff options
author | Marvin Borner | 2019-09-25 22:57:33 +0200 |
---|---|---|
committer | Marvin Borner | 2019-09-25 22:57:33 +0200 |
commit | 8ebf584bbb43584b671b79d5166e00268a7c9661 (patch) | |
tree | 466abea4e6da201e7b432d7394e1bf21cbbe1d98 /src/kernel/graphics/graphics.h | |
parent | 16b8a48d1de16a5982cf983a282832fd4ed01f85 (diff) |
Fixed several TTY bugs and improved VESA detection
Diffstat (limited to 'src/kernel/graphics/graphics.h')
-rw-r--r-- | src/kernel/graphics/graphics.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/kernel/graphics/graphics.h b/src/kernel/graphics/graphics.h index b28b550..3136b1e 100644 --- a/src/kernel/graphics/graphics.h +++ b/src/kernel/graphics/graphics.h @@ -18,6 +18,8 @@ void terminal_write_string(const char *data); void terminal_put_char(char c); +void terminal_put_keyboard_char(char c); + void terminal_write_line(const char *data); #endif
\ No newline at end of file |