-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Mouse text selection issue with multiple windows #5876
Copy link
Copy link
Closed
Milestone
Description
Overview
When at least 2 windows are open, text selection with mouse does not work properly.
Steps to Reproduce
- Open Alacritty
- Put some text on the screen
- Open a new window via
CreateNewWindow(I have it bound to Command-N) - Put some text in the new window
- Select any section of text with the mouse
Expected Behavior
The text is selected by the mouse at the location of the cursor
Actual Behavior
The text 2 lines above the location of the cursor is selected
Workaround
Don't use multiple windows
Demo
System
OS: macOS Big Sur 11.6.3 (20G415)
Version: alacritty 0.10.0 (8a26dee)
Logs
Crashes: n/a
Font/Terminal size: alacritty -vv
Keyboard and bindings: alacritty --print-events
Reactions are currently unavailable
