CVSROOT: /cvs Module name: src Changes by: [email protected] 2009/12/10 02:16:52
Modified files:
usr.bin/tmux : cmd-server-info.c cmd-set-option.c
cmd-show-options.c key-bindings.c
server-client.c tmux.1 tmux.c tmux.h
Log message:
Add "server options" which are server-wide and not bound to a session or
window. Set and displayed with "set -s" and "show -s".
Currently the only option is "quiet" (like command-line -q, allowing it to be
set from .tmux.conf), but others will come along.
