summaryrefslogtreecommitdiffstats
path: root/usr.bin/tmux/alerts.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Redrawing status is needed after changing window flags or title does notnicm2017-12-281-4/+10
* Initialize alerts timer event where it is used, avoids crash with new windows.nicm2017-09-221-6/+5
* Check event is initialized before delete; fixes crash reported bynicm2017-09-111-2/+3
* Allow multiple bells even if there is an existing bell (but not activitynicm2017-08-231-3/+5
* Run alert hooks based on the options rather than unconditionally, fromnicm2017-08-231-44/+48
* Add monitor-bell window option to match the activity and silencenicm2017-08-171-3/+7
* Rename BELL_* values to ALERT_* now they are used by more than bells,nicm2017-08-161-8/+8
* Always reset the alerts timer so it works even if activity and silencenicm2017-07-261-4/+2
* Make bell, activity and silence alerting more consistent:nicm2017-07-261-73/+59
* Fix visual-silence (check accidentally the wrong way round), from Bradnicm2017-06-281-3/+2
* Log what is happening with window and session reference counts much morenicm2017-04-281-3/+3
* Do not put the window on the alerts queue and add a reference unless thenicm2017-04-281-10/+12
* More unnecessary arguments now winlink points back to session.nicm2017-04-211-4/+4
* Clear window alert flags after setting winlink alert flags, fixes problemnicm2016-11-011-1/+3
* Do not handle activity or silence alerts in the current window, reportednicm2016-10-251-9/+10
* Alerts are too slow, so rather than walking all sessions and windows,nicm2016-10-191-108/+138
* Use notifys for alerts too.nicm2016-10-161-9/+4
* Remove some dead code in cmd-move-window.c and make a load of localnicm2016-10-031-22/+22
* Add on alerts rather than ignoring them if the event has already beennicm2016-05-111-7/+7
* I no longer use my SourceForge address so replace it.nicm2016-01-191-2/+2
* Add hooks for alerts (bell, silence, activity), from Thomas Adam.nicm2016-01-161-4/+21
* Fix bell indicators across detach, reported by Torbjorn Lonnemark, diffnicm2015-12-071-12/+34
* The alerts callback should be fired for bells even if bell-action isnicm2015-11-201-11/+3
* The activity flag could already be set, so queue the callback always (ifnicm2015-11-191-9/+9
* Use __unused rather than rolling our own.nicm2015-11-181-3/+3
* Move struct options into options.c.nicm2015-10-271-13/+13
* Reset the alerts timer always on activity, from Thomas Adam.nicm2015-09-211-4/+4
* A one line helper function is a little silly.nicm2015-09-021-3/+3
* Move alerts onto events rather than checking every loop.nicm2015-08-291-0/+263