summaryrefslogtreecommitdiff
path: root/sys/dev/syscons/syscons.h
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>2017-04-20 16:34:09 +0000
committerBruce Evans <bde@FreeBSD.org>2017-04-20 16:34:09 +0000
commit55d26fc07c6330efd265af998cef4f4ce2bc4b67 (patch)
tree73125e57e364f149d9572df2dbda7a03452dc71e /sys/dev/syscons/syscons.h
parent52a680fb228716b8dbe2e6a17c89523559438158 (diff)
Notes
Diffstat (limited to 'sys/dev/syscons/syscons.h')
-rw-r--r--sys/dev/syscons/syscons.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/syscons/syscons.h b/sys/dev/syscons/syscons.h
index ac52d6e8627b..5ec5c7eea68e 100644
--- a/sys/dev/syscons/syscons.h
+++ b/sys/dev/syscons/syscons.h
@@ -68,11 +68,11 @@
#endif
#ifndef SC_CURSOR_CHAR
-#define SC_CURSOR_CHAR (0x07)
+#define SC_CURSOR_CHAR 7
#endif
#ifndef SC_MOUSE_CHAR
-#define SC_MOUSE_CHAR (0xd0)
+#define SC_MOUSE_CHAR 8
#endif
#if SC_MOUSE_CHAR <= SC_CURSOR_CHAR && SC_CURSOR_CHAR < (SC_MOUSE_CHAR + 4)