[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Mouse Support
From: |
Thomas Dickey |
Subject: |
Re: Mouse Support |
Date: |
Mon, 3 Jan 2005 20:32:18 -0500 (EST) |
On Mon, 3 Jan 2005, jochen.walborn wrote:
the mouse part of the source code below doesn't work as expected.
The event KEY_MOUSE doesn't occur when moving or clicking the mouse.
What could be wrong ?
It would work if it had a continuous stream of events. xterm normally
doesn't provide that. I added (for XFree86 xterm), the terminfo entries
xterm-1002 and xterm-1003 which can set it in that mode (just tested that
using the ncurses test program's menu-a).
Presumably one could modify the GPM support to do this, etc., but no one's
implemented any code to handle that.
--
Thomas E. Dickey
http://invisible-island.net
ftp://invisible-island.net
- Mouse Support, jochen.walborn, 2005/01/03
- Re: Mouse Support,
Thomas Dickey <=