Home | History | Annotate | Download | only in wsmoused
History log of /src/usr.sbin/wsmoused/wsmoused.conf.5
RevisionDateAuthorComments
 1.8  31-Mar-2004  jmmv Fix two typos, reported as part of PR bin/22581.
 1.7  05-Jan-2004  jmmv branches: 1.7.2;
Add the xconsole_delay property which specifies the number of seconds to
wait when returning from the X console before reactivating the mouse.
Some systems may require more than the default (or may want less to get
faster response).
 1.6  05-Jan-2004  jmmv fifo, ttystat and xconsole properties are generic (used by all modes), so
move them to their respective section. Fixes part of PR bin/23223.
 1.5  06-Aug-2003  jmmv Add the `action' mode, which can be used to associate commands with mouse
button events. This mode needs to be explicitly enabled at runtime, and
does nothing if not configured.

As there are now two different modes available, adjust the manpages
accordingly, describing what they do and how they work separatedly.

While here, remove a bunch of unused stuff (event syntax) from config file
parsing. This was initially added with this new mode in mind, but it has
not been used to make it a lot simpler.
 1.4  06-Aug-2003  jmmv - Let the main program handle multiple run modes easily. Each one is
described by a structure with pointers to functions.
- Clearly separate the "selection" mode (which provides copy and paste support
in console) from wsmoused's main program.
- Added the "modes" property to the configuration file and the "-m" command
line option to specify which modes should be activated. (this is mostly
useless for now, as only the "selection" mode exists; a new mode will
be added soon, hopefully).
- While here, several style fixes according to share/misc/style.
 1.3  04-Mar-2003  jmmv Create a pidfile while running (which can be tuned with the new "pidfile"
configuration variable). Ok'ed by christos.
 1.2  04-Mar-2003  jmmv Configuration file is optional, as well as sections inside it.
 1.1  04-Mar-2003  jmmv Add support to parse a configuration file, /etc/wsmoused.conf by default.
This file lets users tune the behavior of the daemon in a easy way, without
having to mess with command line options (nor in rc.conf).
It will also simplify future integration of new functionality within the
program as multiple "modes" of operator are recognized.
The new wsmoused.conf(5) manpage contains all related details.

Some error message cleanup and minor manpage fixes too.

Ok'ed by christos.
 1.7.2.1  01-Apr-2004  jmc Pullup rev 1.8 (requested by jmmv in ticket #29)

Fix two typos. PR#22581

RSS XML Feed