summaryrefslogtreecommitdiff
path: root/src/sys/include/io/cons/cons.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sys/include/io/cons/cons.h')
-rw-r--r--src/sys/include/io/cons/cons.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/sys/include/io/cons/cons.h b/src/sys/include/io/cons/cons.h
index 4ae99a0..6b5c4f1 100644
--- a/src/sys/include/io/cons/cons.h
+++ b/src/sys/include/io/cons/cons.h
@@ -39,6 +39,8 @@ struct cons_scr {
struct bootvar_fb fbvars;
size_t text_x;
size_t text_y;
+ size_t cursor_x;
+ size_t cursor_y;
size_t max_col;
size_t max_row;
uint32_t scr_bg;