mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-10 18:48:54 +02:00
...
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user