Add STATUS_STATE to indicate client state change.
commit7868411859749906ef464a5142933687904f0eff
authorBen Kibbey <bjk@luxsci.net>
Fri, 26 Dec 2014 01:05:18 +0000 (25 20:05 -0500)
committerBen Kibbey <bjk@luxsci.net>
Fri, 26 Dec 2014 01:13:35 +0000 (25 20:13 -0500)
tree303594ef4c33278abbb140e86156ae7736da80fa
parent7867c9368573b76984740869e163e08dccbc12ef
Add STATUS_STATE to indicate client state change.

This status message will be sent to all connected clients other than the
current one to indicate that the client state has changed.  Can be
disabled with the new "send_state" configuration parameter.
doc/config.example
doc/pwmd.html
doc/pwmd.texi
src/commands.c
src/common.h
src/rcfile.c
src/status.c
src/status.h