Path to this page:
Subject: CVS commit: pkgsrc/x11/xev
From: Thomas Klausner
Date: 2013-01-29 23:05:23
Message id: 20130129220523.A10B8175DD@cvs.netbsd.org
Log Message:
Update to 1.2.1:
This release adds a "-event" option that can be used to filter which \
events are
printed. For example, to listen only for RandR events, use "xev -event \
randr".
The -event parameter can be specified multiple times. Please see the manual
page for the list of available event filters.
This release also contains a few code fixes.
Aaron Plattner (2):
Add a -event parameter to control the event mask
xev 1.2.1
Alan Coopersmith (2):
Fix clang warnings about converting size_t to int and back again
Use strncasecmp instead of a tolower loop & strncmp
Files: