Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/usr.sbin/wsmoused



Module Name:    src
Committed By:   jmmv
Date:           Wed Aug  6 22:11:51 UTC 2003

Modified Files:
        src/usr.sbin/wsmoused: Makefile config_lex.l config_yacc.y wsmoused.8
            wsmoused.c wsmoused.conf.5
Added Files:
        src/usr.sbin/wsmoused: action.c

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 src/usr.sbin/wsmoused/Makefile
cvs rdiff -r0 -r1.1 src/usr.sbin/wsmoused/action.c
cvs rdiff -r1.3 -r1.4 src/usr.sbin/wsmoused/config_lex.l
cvs rdiff -r1.2 -r1.3 src/usr.sbin/wsmoused/config_yacc.y
cvs rdiff -r1.12 -r1.13 src/usr.sbin/wsmoused/wsmoused.8
cvs rdiff -r1.11 -r1.12 src/usr.sbin/wsmoused/wsmoused.c
cvs rdiff -r1.4 -r1.5 src/usr.sbin/wsmoused/wsmoused.conf.5

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index