...
This commit is contained in:
parent
50a1bf528c
commit
6361da9e0b
1 changed files with 1 additions and 1 deletions
|
|
@ -951,11 +951,11 @@ screen_bell(Screen UNUSED *self) {
|
|||
}
|
||||
close(fd);
|
||||
}
|
||||
request_window_attention();
|
||||
}
|
||||
if (global_state.opts.visual_bell_duration > 0) {
|
||||
self->start_visual_bell_at = monotonic();
|
||||
}
|
||||
request_window_attention();
|
||||
}
|
||||
|
||||
static inline void
|
||||
|
|
|
|||
Loading…
Reference in a new issue