diff options
-rw-r--r-- | hurd/ChangeLog | 4 | ||||
-rw-r--r-- | hurd/console.h | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/hurd/ChangeLog b/hurd/ChangeLog index 40708233..980c9274 100644 --- a/hurd/ChangeLog +++ b/hurd/ChangeLog @@ -1,3 +1,7 @@ +2004-03-30 Marco Gerards <metgerards@student.han.nl> + + * console.h (CONS_MOUSE_OFFSET_BASE): Redefined to 0x20. + 2003-02-15 Roland McGrath <roland@frob.com> * configure.ac: New file. diff --git a/hurd/console.h b/hurd/console.h index 30829776..065ed7d2 100644 --- a/hurd/console.h +++ b/hurd/console.h @@ -282,7 +282,7 @@ struct cons_display #define CONS_MOUSE_MOD_CTRL 0x10 /* Screen positions are offset by this value. */ -#define CONS_MOUSE_OFFSET_BASE 0x21 +#define CONS_MOUSE_OFFSET_BASE 0x20 #define CONS_MOUSE_EVENT_LENGTH 6 #define CONS_MOUSE_EVENT_PREFIX "\e[M" |