summaryrefslogtreecommitdiff
path: root/usr.bin/tmux/alerts.c
AgeCommit message (Expand)Author
2016-05-11Add on alerts rather than ignoring them if the event has already beenNicholas Marriott
2016-01-19I no longer use my SourceForge address so replace it.Nicholas Marriott
2016-01-16Add hooks for alerts (bell, silence, activity), from Thomas Adam.Nicholas Marriott
2015-12-07Fix bell indicators across detach, reported by Torbjorn Lonnemark, diffNicholas Marriott
2015-11-20The alerts callback should be fired for bells even if bell-action isNicholas Marriott
2015-11-19The activity flag could already be set, so queue the callback always (ifNicholas Marriott
2015-11-18Use __unused rather than rolling our own.Nicholas Marriott
2015-10-27Move struct options into options.c.Nicholas Marriott
2015-09-21Reset the alerts timer always on activity, from Thomas Adam.Nicholas Marriott
2015-09-02A one line helper function is a little silly.Nicholas Marriott
2015-08-29Move alerts onto events rather than checking every loop.Nicholas Marriott