Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Restrict bell events to the proper window. #6012

Merged
merged 2 commits into from
Sep 14, 2024
Merged

Restrict bell events to the proper window. #6012

merged 2 commits into from
Sep 14, 2024

Commits on Aug 22, 2024

  1. 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 wez#5985
    loops committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    431c98a View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2024

  1. Configuration menu
    Copy the full SHA
    2ad8875 View commit details
    Browse the repository at this point in the history