You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.
In mouse.c, middle click events are unconditionally handled by kitty. This breaks applications, such as vim or elinks, that assign specific functions to middle clicks.
When mouse events are tracked by the application, an expected behaviour would be to paste selection when terminal_select_modifiers are pressed, and to send the event to the application otherwise. Possible implementation.
The text was updated successfully, but these errors were encountered:
In mouse.c, middle click events are unconditionally handled by kitty. This breaks applications, such as vim or elinks, that assign specific functions to middle clicks.
When mouse events are tracked by the application, an expected behaviour would be to paste selection when
terminal_select_modifiers
are pressed, and to send the event to the application otherwise. Possible implementation.The text was updated successfully, but these errors were encountered: