mev(1)


NAME

   mev - a program to report mouse events

SYNOPSIS

   mev [ options ]

DESCRIPTION

   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:

   -C number
          Select  a  virtual console to get events from.  This is intended
          to be used for debugging.

   -d number
          Choose a default mask. By default the server gets any events not
          belonging  to the event mask. The mask can be provided either as
          a decimal number, or as a symbolic string.

   -e number
          Choose the event mask. By default any  event  is  received.  The
          mask  can  be  provided  either  as  a  decimal  number, or as a
          symbolic string.

   -E     Enter emacs mode. In emacs mode  events  are  reported  as  lisp
          forms  rather  than  numbers.  This is the format used by the t-
          mouse package within emacs.

   -f     Fit events inside the screen before reporting them. This options
          re-fits  drag  events,  which  are  allowed  to  exit the screen
          border,

   -i     Interactive. Accepts input from  `stdin'  to  change  connection
          parameters.

   -m number
          Choose the minimum modifier mask. Any event with fewer modifiers
          will not be reported to `mev'. It defaults  to  `0'.   The  mask
          must  be  provided  either as a decimal number, or as a symbolic
          string.

   -M number
          Choose the maximum modifier mask. Any event with  more  modifier
          than  specified  will  not be reported to `mev'.  It defaults to
          ` ~0', i.e. all events are received.  The mask must be  provided
          either as a decimal number, or as a symbolic string.

   -p     Requests  to  draw the pointer during drags. This option is used
          by emacs to avoid invoking `ioctl()' from lisp code.

   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.

BUGS

   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.

AUTHOR

   Alessandro Rubini <rubini@linux.it>
   Ian Zimmerman <itz@speakeasy.org>

FILES

   /dev/gpmctl The socket used to connect to gpm.

SEE ALSO

    gpm(8)       The mouse server

   The  info  file  about `gpm', which gives more complete information and
   explains how to write a gpm client.


More Linux Commands

manpages/gitmodules.5.html
gitmodules(5) - defining submodule properties (Man Page)....
The .gitmodules file, located in the top-level directory of a Git working tree, is a text file with a syntax matching the requirements of git-config(1). The fil

manpages/systemd-bootchart.1.html
systemd-bootchart(1) Boot performance graphing tool.........
systemd-bootchart is a tool, usually run at system startup, that collects the CPU load, disk load, memory usage, as well as per-process information from a runni

manpages/Apache::TestRunPerl.3pm.html
Apache::TestRunPerl(3pm) - Run mod_perl-requiring Test Suite
The Apache::TestRunPerl package controls the configuration and running of the test suite. Its a subclass of Apache::TestRun, and should be used only when you ne

manpages/unpack200-java-1.8.0-openjdk.1.html
unpack200-java-1.8.0-openjdk(1) Transforms a packed file pro
The unpack200 command is a native implementation that transforms a packed file produced by pack200-java-1.8.0-openjdk(1) into a JAR file. A typical usage follow

manpages/Tk_FreeColor.3.html
Tk_FreeColor(3) - maintain database of colors (Man Page)....
These procedures manage the colors being used by a Tk application. They allow colors to be shared whenever possible, so that colormap space is preserved, and th

manpages/pambackground.1.html
pambackground(1) - create a mask of the background area of a
This program is part of Netpbm(1) pambackground reads a PNM or PAM image as input. It generates as output a PAM image that identifies the background area of the

manpages/git-verify-tag.1.html
git-verify-tag(1) - Check the GPG signature of tags.........
Validates the gpg signature created by git tag. OPTIONS -v, --verbose Print the contents of the tag object before validating it. &lt;tag&gt;... SHA-1 identifiers of G

manpages/lsof.8.html
lsof(8) - list open files (Administration - Linux man page)
Lsof revision 4.84 lists on its standard output file information about files opened by processes for the following UNIX dialects: AIX 5.3 Apple Darwin 9 (Mac OS

manpages/gnutls_pkcs11_token_get_url.3.html
gnutls_pkcs11_token_get_url(3) - API function (Man Page)....
This function will return the URL for each token available in system. The url has to be released using gnutls_free() RETURNS On success, GNUTLS_E_SUCCESS (0) is

manpages/git-cherry.1.html
git-cherry(1) - Find commits not merged upstream (Man Page)
Determine whether there are commits in &lt;head&gt;..&lt;upstream&gt; that are equivalent to those in the range &lt;limit&gt;..&lt;head&gt;. The equivalence test is based on the diff,

manpages/smtpd.8.html
smtpd(8) - Postfix SMTP server (Admin - Linux man page).....
The SMTP server accepts network connection requests and performs zero or more SMTP transactions per connection. Each received message is piped through the clean

manpages/XrmCombineDatabase.3.html
XrmCombineDatabase(3) - merge resource databases (Man Page)
Calling the XrmMergeDatabases function is equivalent to calling the XrmCombineDatabase function with an override argument of True. The XrmCombineDatabase functi





We can't live, work or learn in freedom unless the software we use is free.