diff options
| author | Bruce Evans <bde@FreeBSD.org> | 2017-04-20 16:34:09 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 2017-04-20 16:34:09 +0000 |
| commit | 55d26fc07c6330efd265af998cef4f4ce2bc4b67 (patch) | |
| tree | 73125e57e364f149d9572df2dbda7a03452dc71e /sys/dev/syscons/syscons.h | |
| parent | 52a680fb228716b8dbe2e6a17c89523559438158 (diff) | |
Notes
Diffstat (limited to 'sys/dev/syscons/syscons.h')
| -rw-r--r-- | sys/dev/syscons/syscons.h | 4 |
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) |
