From 6361da9e0b1c278a1d28cbba2cb0000b9442bfed Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sat, 16 Sep 2017 14:34:47 +0530 Subject: [PATCH] ... --- kitty/screen.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kitty/screen.c b/kitty/screen.c index 1d9c34bb0..c079e2bda 100644 --- a/kitty/screen.c +++ b/kitty/screen.c @@ -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