summaryrefslogtreecommitdiff
path: root/hurd/console.h
diff options
context:
space:
mode:
authorMarco Gerards <marco@gnu.org>2004-03-29 16:24:11 +0000
committerMarco Gerards <marco@gnu.org>2004-03-29 16:24:11 +0000
commit01fa2523031ed2e4b7b692e2162e925619310688 (patch)
treec85c76418c43af28fc3f2940839d6d2d1dde4850 /hurd/console.h
parent132c62de3caad3a9c7de679854f8eb214ad0ce8e (diff)
2004-03-30 Marco Gerards <metgerards@student.han.nl>
* console.h (CONS_MOUSE_OFFSET_BASE): Redefined to 0x20.
Diffstat (limited to 'hurd/console.h')
-rw-r--r--hurd/console.h2
1 files changed, 1 insertions, 1 deletions
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"