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