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