From 01fa2523031ed2e4b7b692e2162e925619310688 Mon Sep 17 00:00:00 2001 From: Marco Gerards Date: Mon, 29 Mar 2004 16:24:11 +0000 Subject: 2004-03-30 Marco Gerards * console.h (CONS_MOUSE_OFFSET_BASE): Redefined to 0x20. --- hurd/ChangeLog | 4 ++++ hurd/console.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'hurd') 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 + + * console.h (CONS_MOUSE_OFFSET_BASE): Redefined to 0x20. + 2003-02-15 Roland McGrath * 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" -- cgit v1.2.3