summaryrefslogtreecommitdiffstats
path: root/alerts.c
AgeCommit message (Expand)Author
2017-12-28Redrawing status is needed after changing window flags or title does notnicm
2017-09-22Initialize alerts timer event where it is used, avoids crash with new windows.nicm
2017-09-11Check event is initialized before delete; fixes crash reported bynicm
2017-08-23Allow multiple bells even if there is an existing bell (but not activitynicm
2017-08-23Run alert hooks based on the options rather than unconditionally, fromnicm
2017-08-17Add monitor-bell window option to match the activity and silencenicm
2017-08-16Rename BELL_* values to ALERT_* now they are used by more than bells,nicm
2017-07-26Always reset the alerts timer so it works even if activity and silencenicm
2017-07-26Make bell, activity and silence alerting more consistent:nicm
2017-06-28Fix visual-silence (check accidentally the wrong way round), from Bradnicm
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