CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2017/07/26 10:14:09
Modified files:
usr.bin/tmux : alerts.c options-table.c tmux.1 tmux.h
Log message:
Make bell, activity and silence alerting more consistent:
- remove the bell-on-alert option;
- add activity-action and silence-action options with the same possible
values as the existing bell-action;
- add "both" value for the visual-bell, visual-activity and
visual-silence options to trigger both a bell and a message.
This means all three work the same way. Based on changes from Yvain Thonnart.