CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2009/07/18 08:59:25
Modified files:
usr.bin/tmux : cmd-set-option.c server.c tmux.1 tmux.c tmux.h
Log message:
Add three new session options: visual-activity, visual-bell, visual-content. If
these are enabled (and the monitor-activity, bell-actio and monitor-content
options are configurated appropriately), when activity, a bell, or content is
detected, a message is shown.
Also tidy up the bell/activity/content code in server.c slightly and fix a
couple of errors.