CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/07/14 02:04:23
Modified files:
usr.bin/tmux : proc.c server-client.c
Log message:
Fix redraw defer code in the presence of multiple clients - the timer
may be needed for all of them, so don't delete it on the first; and
don't skip setting the redraw flag if the timer is already running.
Reported by Pol Van Aubel in GitHub issue 1003.
