aboutsummaryrefslogtreecommitdiff
path: root/kernel/gpu/text_mode/display.h
diff options
context:
space:
mode:
authorJames Barnett <noreply@jamesbarnett.xyz>2019-05-26 17:32:25 +0100
committerJames Barnett <noreply@jamesbarnett.xyz>2019-05-26 17:32:25 +0100
commiteb4de24523e8f0832daae89a083844c8e9a261e9 (patch)
tree15e5295c8bc8feecb069db0339cd7a1b6c1a7c3c /kernel/gpu/text_mode/display.h
parent820fa143edde3bf1ca103869dfaff8ba35e8702b (diff)
downloadtinyOS-eb4de24523e8f0832daae89a083844c8e9a261e9.tar.xz
tinyOS-eb4de24523e8f0832daae89a083844c8e9a261e9.zip
Explicitly enable hardware cursorkeyboard-support
Required for virtualbox
Diffstat (limited to 'kernel/gpu/text_mode/display.h')
-rw-r--r--kernel/gpu/text_mode/display.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/gpu/text_mode/display.h b/kernel/gpu/text_mode/display.h
index f4f3724..fec3314 100644
--- a/kernel/gpu/text_mode/display.h
+++ b/kernel/gpu/text_mode/display.h
@@ -1,3 +1,4 @@
+void scrn_enable_cursor(unsigned char start_line, unsigned char end_line);
void scrn_clear();
void scrn_print(char *msg);
void scrn_println(char *msg);