CVSROOT: /cvs Module name: src Changes by: [email protected] 2013/06/23 07:10:49
Modified files:
usr.bin/tmux : options-table.c server-client.c tmux.1 tmux.h
tty.c
Log message:
Focus events can cause trouble if left on and they can't be turned off
during idle periods (like the other states are) because we'd miss
events. So add a server option to control them. Defaults to off.
