1
1
mirror of https://github.com/wez/wezterm.git synced 2025-01-08 07:01:35 +03:00
wezterm/wezterm-gui
Sean e5387997ba
Restrict bell events to the proper window. (#6012)
* Restrict bell events to the proper window.

As per the comment in mod.rs, bell events are sent to
all windows; not just the window containing the pane
which generated the event.

To prevent each bell ringing multiple times, the window
event handler must check if it has the pane, and ignore
the bell event if it doesn't.

This fixes bug #5985

Co-authored-by: Sean Estabrooks <sean.estabrooks@eztux.com>
2024-09-14 08:25:44 -07:00
..
src Restrict bell events to the proper window. (#6012) 2024-09-14 08:25:44 -07:00
build.rs Check for the presence of CARGO_BUILD_TARGET_DIR env variable (#5430) 2024-06-17 08:25:57 -07:00
Cargo.toml switch all fuzzy matches to nucleo 2024-07-14 11:03:54 -07:00