summaryrefslogtreecommitdiffstats
path: root/alerts.c
AgeCommit message (Expand)Author
2017-04-28Log what is happening with window and session reference counts much morenicm
2017-04-28Do not put the window on the alerts queue and add a reference unless thenicm
2017-04-21More unnecessary arguments now winlink points back to session.nicm
2016-11-01Clear window alert flags after setting winlink alert flags, fixes problemnicm
2016-10-25Do not handle activity or silence alerts in the current window, reportednicm
2016-10-19Alerts are too slow, so rather than walking all sessions and windows,nicm
2016-10-16Use notifys for alerts too.nicm
2016-10-03Remove some dead code in cmd-move-window.c and make a load of localnicm
2016-05-11Add on alerts rather than ignoring them if the event has already beennicm
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