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