diff options
author | Marco Gerards <marco@gnu.org> | 2004-03-29 16:24:11 +0000 |
---|---|---|
committer | Marco Gerards <marco@gnu.org> | 2004-03-29 16:24:11 +0000 |
commit | 01fa2523031ed2e4b7b692e2162e925619310688 (patch) | |
tree | c85c76418c43af28fc3f2940839d6d2d1dde4850 /hurd | |
parent | 132c62de3caad3a9c7de679854f8eb214ad0ce8e (diff) |
2004-03-30 Marco Gerards <metgerards@student.han.nl>
* console.h (CONS_MOUSE_OFFSET_BASE): Redefined to 0x20.
Diffstat (limited to 'hurd')
-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" |