MEV(1) | General Commands Manual | MEV(1) |
mev - a program to report mouse events
mev [ options ]
The `mev' program is part of the gpm package. The information below is extracted from the texinfo file, which is the preferred source of information.
The `mev' program is modeled after `xev'. It prints to `stdout' the mouse console events it gets.
`mev''s default behaviour is to get anything, but command line switches can be used to set the various fields in the `Gpm_Connect' structure, in order to customize the program's behaviour. I'm using `mev' to handle mouse events to Emacs.
Command line switches for `mev' are the following:
When the arguments are not decimal integers, they are considered lists of alphanumeric characters, separated by a single non-alphanumeric character. I use the comma (`,'), but any will do.
Allowed names for events are `move', `drag', `down' or `press', `up' or `release', `motion' (which is both `move' and `drag'), and `hard'.
Allowed names for modifiers are `shift', `leftAlt', `rightAlt', `anyAlt' (one or the other), `control'.
When the `-i' switch is specified, `mev' looks at its standard input as command lines rather than events. The input lines are parsed, and the commands `push' and `pop' are recognized.
The `push' command, then, accepts the options `-d', `-e', `-m' and `-M', with the same meaning described above. Unspecified options retain the previous value and the resulting masks are used to reopen the connection with the server. `pop' is used to pop the connection stack. If an empty stack is popped the program exits.
Other commands recognized are `info', used to return the stack depth; `quit' to prematurely terminate the program; and `snapshot' to get some configuration information from the server.
Beginning with release 1.16, mev no longer works under xterm. Please use the rmev program (provided in the sample directory) to watch gpm events under xterm or rxvt. rmev also displays keyboard events besides mouse events.
Alessandro Rubini <rubini@linux.it>
Ian Zimmerman <itz@speakeasy.org>
/dev/gpmctl The socket used to connect to gpm.
gpm(8) The mouse server
The info file about `gpm', which gives more complete information and explains how to write a gpm client.
February 1995 | 4th Berkeley Distribution |