mirror of
https://github.com/tmux/tmux.git
synced 2025-12-19 00:02:06 -05:00
Merge branch 'obsd-master'
This commit is contained in:
commit
9a1b9f15a1
3
alerts.c
3
alerts.c
@ -142,7 +142,8 @@ alerts_reset(struct window *w)
|
|||||||
struct timeval tv;
|
struct timeval tv;
|
||||||
|
|
||||||
w->flags &= ~WINDOW_SILENCE;
|
w->flags &= ~WINDOW_SILENCE;
|
||||||
event_del(&w->alerts_timer);
|
if (event_initialized(&w->alerts_timer))
|
||||||
|
event_del(&w->alerts_timer);
|
||||||
|
|
||||||
timerclear(&tv);
|
timerclear(&tv);
|
||||||
tv.tv_sec = options_get_number(w->options, "monitor-silence");
|
tv.tv_sec = options_get_number(w->options, "monitor-silence");
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user