- 472d77f Support embedded styles in the display-message message, GitHub issue 2206. by nicm · 4 years, 6 months ago
- 299c552 Redrawing status is needed after changing window flags or title does not by nicm · 7 years ago
- d563aa7 Initialize alerts timer event where it is used, avoids crash with new windows. by nicm · 7 years ago
- af2c7ce Check event is initialized before delete; fixes crash reported by by nicm · 7 years ago
- f0ce29c Allow multiple bells even if there is an existing bell (but not activity by nicm · 7 years ago
- e1b3dc8 Run alert hooks based on the options rather than unconditionally, from by nicm · 7 years ago
- 8daa1d5 Add monitor-bell window option to match the activity and silence by nicm · 7 years ago
- c1ec28a Rename BELL_* values to ALERT_* now they are used by more than bells, by nicm · 7 years ago
- b1bd0c7 Always reset the alerts timer so it works even if activity and silence by nicm · 7 years ago
- 76887b1 Make bell, activity and silence alerting more consistent: by nicm · 7 years ago
- 1e376be Fix visual-silence (check accidentally the wrong way round), from Brad by nicm · 7 years ago
- 0f2f783 Log what is happening with window and session reference counts much more by nicm · 8 years ago
- 92053cb Do not put the window on the alerts queue and add a reference unless the by nicm · 8 years ago
- c799425 More unnecessary arguments now winlink points back to session. by nicm · 8 years ago
- c83feeb Clear window alert flags after setting winlink alert flags, fixes problem by nicm · 8 years ago
- 99946aa Do not handle activity or silence alerts in the current window, reported by nicm · 8 years ago
- 899e629 Alerts are too slow, so rather than walking all sessions and windows, by nicm · 8 years ago
- fe10684 Use notifys for alerts too. by nicm · 8 years ago
- 1b31d14 Remove some dead code in cmd-move-window.c and make a load of local by nicm · 8 years ago
- 373b13b Add on alerts rather than ignoring them if the event has already been by nicm · 9 years ago
- 995af0e I no longer use my SourceForge address so replace it. by nicm · 9 years ago
- c981530 Add hooks for alerts (bell, silence, activity), from Thomas Adam. by nicm · 9 years ago
- b956334 Fix bell indicators across detach, reported by Torbjorn Lonnemark, diff by nicm · 9 years ago
- 40fefe2 The alerts callback should be fired for bells even if bell-action is by nicm · 9 years ago
- 98967c5 The activity flag could already be set, so queue the callback always (if by nicm · 9 years ago
- 577c0e3 Use __unused rather than rolling our own. by nicm · 9 years ago
- 44657bf Move struct options into options.c. by nicm · 9 years ago
- d5f223a Reset the alerts timer always on activity, from Thomas Adam. by nicm · 9 years ago
- 38e3baa A one line helper function is a little silly. by nicm · 9 years ago
- b5aaefc Move alerts onto events rather than checking every loop. by nicm · 9 years ago