Re: Incorrect offset for mouse data

2004-03-28 Thread Marco Gerards
Marcus Brinkmann <[EMAIL PROTECTED]> writes: > Sure. Note that this is probably an off-by-one error that depends on > how you define how you enumerate the rows/columns or so. I might have > made a honest mistake or just counted differently. It doesn't matter > much either way, as long as we int

Re: Incorrect offset for mouse data

2004-03-28 Thread Marcus Brinkmann
At Fri, 26 Mar 2004 20:14:33 +0100, marco_g wrote: > In hurd/console.h there is the macro `CONS_MOUSE_OFFSET_BASE'. > According to the documentation I read about the xterm terminal > capabilities it should be set to 040 (octal), which is 0x20. It is > currently set to 0x21. This needs to be fixed