aboutsummaryrefslogtreecommitdiff
path: root/alerts.c
Commit message (Collapse)AuthorAge
* Log what is happening with window and session reference counts much morenicm2017-04-28
| | | | obviously.
* Do not put the window on the alerts queue and add a reference unless thenicm2017-04-28
| | | | alert is enabled and we are actually going to add the alerts event.
* More unnecessary arguments now winlink points back to session.nicm2017-04-21
|
* Clear window alert flags after setting winlink alert flags, fixes problemnicm2016-11-01
| | | | reported by Tommy Allen.
* Do not handle activity or silence alerts in the current window, reportednicm2016-10-25
| | | | by jasper@.
* Alerts are too slow, so rather than walking all sessions and windows,nicm2016-10-19
| | | | | | 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).
* Use notifys for alerts too.nicm2016-10-16
|
* Remove some dead code in cmd-move-window.c and make a load of localnicm2016-10-03
| | | | functions static.
* Add on alerts rather than ignoring them if the event has already beennicm2016-05-11
| | | | | queued, for example bell and activity together. From Marcel Lippmann via Romain Francoise.
* I no longer use my SourceForge address so replace it.nicm2016-01-19
|
* Add hooks for alerts (bell, silence, activity), from Thomas Adam.nicm2016-01-16
|
* Fix bell indicators across detach, reported by Torbjorn Lonnemark, diffnicm2015-12-07
| | | | from Thomas Adam.
* The alerts callback should be fired for bells even if bell-action isnicm2015-11-20
| | | | | none because it also affects the status line bell indicator (and bell-action does not). Fixes a problem reported by tim@.
* The activity flag could already be set, so queue the callback always (ifnicm2015-11-19
| | | | | not already queued) rather than only if the flag is being added. Fixes a problem reported by tim@
* Use __unused rather than rolling our own.nicm2015-11-18
|
* Move struct options into options.c.nicm2015-10-27
|
* Reset the alerts timer always on activity, from Thomas Adam.nicm2015-09-21
|
* A one line helper function is a little silly.nicm2015-09-02
|
* Move alerts onto events rather than checking every loop.nicm2015-08-29