CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/10/19 03:22:07
Modified files:
usr.bin/tmux : alerts.c server-client.c session.c tmux.h
window.c
Log message:
Alerts are too slow, so rather than walking all sessions and windows,
add a link of winlinks to each window and a pointer to the session to
each winlink. Also rewrite the alerts processing to return to the old
behaviour (alert in any window sets the flag on any winlink).
