Age | Commit message (Expand) | 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 |
2020-07-27 | Add a -d option to display-message to set delay, from theonekeyg at | Nicholas Marriott |
2020-05-16 | Support embedded styles in the display-message message, GitHub issue | Nicholas Marriott |
2017-12-28 | Redrawing status is needed after changing window flags or title does not | Nicholas Marriott |
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 |
2017-08-23 | Allow multiple bells even if there is an existing bell (but not activity | Nicholas Marriott |
2017-08-23 | Run alert hooks based on the options rather than unconditionally, from | Nicholas Marriott |
2017-08-17 | Add monitor-bell window option to match the activity and silence | Nicholas Marriott |
2017-08-16 | Rename BELL_* values to ALERT_* now they are used by more than bells, | Nicholas Marriott |
2017-07-26 | Always reset the alerts timer so it works even if activity and silence | Nicholas Marriott |
2017-07-26 | Make bell, activity and silence alerting more consistent: | Nicholas Marriott |
2017-06-28 | Fix visual-silence (check accidentally the wrong way round), from Brad | Nicholas Marriott |
2017-04-28 | Log what is happening with window and session reference counts much more | Nicholas Marriott |
2017-04-28 | Do not put the window on the alerts queue and add a reference unless the | Nicholas Marriott |
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 |
2016-10-25 | Do not handle activity or silence alerts in the current window, reported | Nicholas Marriott |
2016-10-19 | Alerts are too slow, so rather than walking all sessions and windows, | Nicholas Marriott |
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 |
2016-05-11 | Add on alerts rather than ignoring them if the event has already been | Nicholas Marriott |
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 |
2015-11-20 | The alerts callback should be fired for bells even if bell-action is | Nicholas Marriott |
2015-11-19 | The activity flag could already be set, so queue the callback always (if | Nicholas Marriott |
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 |