Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Set alert flag for the current window if the session is unattached. | 2020-08-19 | 1 | -4/+4 | |
| | | | | GitHub issues 1182 and 2299. From Eric Garver. | ||||
* | Add a -d option to display-message to set delay, from theonekeyg at | 2020-07-27 | 1 | -3/+3 | |
| | | | | gmail dot com in GitHub issue 2322. | ||||
* | Support embedded styles in the display-message message, GitHub issue | 2020-05-16 | 1 | -4/+6 | |
| | | | | 2206. | ||||
* | Redrawing status is needed after changing window flags or title does not | 2017-12-28 | 1 | -4/+10 | |
| | | | | update if status line is off, GitHub issue 1191. | ||||
* | Initialize alerts timer event where it is used, avoids crash with new windows. | 2017-09-22 | 1 | -6/+5 | |
| | |||||
* | Check event is initialized before delete; fixes crash reported by | 2017-09-11 | 1 | -2/+3 | |
| | | | | Michael Nickerson in GitHub issue 1068. | ||||
* | Allow multiple bells even if there is an existing bell (but not activity | 2017-08-23 | 1 | -3/+5 | |
| | | | | or silence), from Brad Town. | ||||
* | Run alert hooks based on the options rather than unconditionally, from | 2017-08-23 | 1 | -44/+48 | |
| | | | | Brad Town. | ||||
* | Add monitor-bell window option to match the activity and silence | 2017-08-17 | 1 | -3/+7 | |
| | | | | options, from Brad Town. | ||||
* | Rename BELL_* values to ALERT_* now they are used by more than bells, | 2017-08-16 | 1 | -8/+8 | |
| | | | | based on a diff from Brad Town. | ||||
* | Always reset the alerts timer so it works even if activity and silence | 2017-07-26 | 1 | -4/+2 | |
| | | | | are enabled on the same window. | ||||
* | Make bell, activity and silence alerting more consistent: | 2017-07-26 | 1 | -73/+59 | |
| | | | | | | | | | | | | - remove the bell-on-alert option; - add activity-action and silence-action options with the same possible values as the existing bell-action; - add "both" value for the visual-bell, visual-activity and visual-silence options to trigger both a bell and a message. This means all three work the same way. Based on changes from Yvain Thonnart. | ||||
* | Fix visual-silence (check accidentally the wrong way round), from Brad | 2017-06-28 | 1 | -3/+2 | |
| | | | | Town. Plus some tmux.1 fixes from jmc@. | ||||
* | Log what is happening with window and session reference counts much more | 2017-04-28 | 1 | -3/+3 | |
| | | | | obviously. | ||||
* | Do not put the window on the alerts queue and add a reference unless the | 2017-04-28 | 1 | -10/+12 | |
| | | | | alert is enabled and we are actually going to add the alerts event. | ||||
* | More unnecessary arguments now winlink points back to session. | 2017-04-21 | 1 | -4/+4 | |
| | |||||
* | Clear window alert flags after setting winlink alert flags, fixes problem | 2016-11-01 | 1 | -1/+3 | |
| | | | | reported by Tommy Allen. | ||||
* | Do not handle activity or silence alerts in the current window, reported | 2016-10-25 | 1 | -9/+10 | |
| | | | | by jasper@. | ||||
* | Alerts are too slow, so rather than walking all sessions and windows, | 2016-10-19 | 1 | -108/+138 | |
| | | | | | | 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. | 2016-10-16 | 1 | -9/+4 | |
| | |||||
* | Remove some dead code in cmd-move-window.c and make a load of local | 2016-10-03 | 1 | -22/+22 | |
| | | | | functions static. | ||||
* | Add on alerts rather than ignoring them if the event has already been | 2016-05-11 | 1 | -7/+7 | |
| | | | | | queued, for example bell and activity together. From Marcel Lippmann via Romain Francoise. | ||||
* | I no longer use my SourceForge address so replace it. | 2016-01-19 | 1 | -2/+2 | |
| | |||||
* | Add hooks for alerts (bell, silence, activity), from Thomas Adam. | 2016-01-16 | 1 | -4/+21 | |
| | |||||
* | Fix bell indicators across detach, reported by Torbjorn Lonnemark, diff | 2015-12-07 | 1 | -12/+34 | |
| | | | | from Thomas Adam. | ||||
* | The alerts callback should be fired for bells even if bell-action is | 2015-11-20 | 1 | -11/+3 | |
| | | | | | 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 (if | 2015-11-19 | 1 | -9/+9 | |
| | | | | | 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. | 2015-11-18 | 1 | -3/+3 | |
| | |||||
* | Move struct options into options.c. | 2015-10-27 | 1 | -13/+13 | |
| | |||||
* | Reset the alerts timer always on activity, from Thomas Adam. | 2015-09-21 | 1 | -4/+4 | |
| | |||||
* | A one line helper function is a little silly. | 2015-09-02 | 1 | -3/+3 | |
| | |||||
* | Move alerts onto events rather than checking every loop. | 2015-08-29 | 1 | -0/+263 | |