Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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>
- Loading branch information