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.Dismiss alert
Enable mouse events in tmux set -g mouse on in ~/.tmux.conf
Open tmux
Hold shift (to disable passthrough mouse events) and make a selection 🐛 it shows it being selected but as soon as mouseup happens, the selection disappears
It works if mouseup occurs outside the terminal element.
The text was updated successfully, but these errors were encountered:
Shift+left click is means to force terminal selection and not passthrough
any mouse events, even if a mouse mode is enabled. The change this is
reverting from xtermjs#4583 caused this feature to break by always installing a
global listener on Terminal.element so the SelectionService never got a
chance to cancel is.
Fixesxtermjs#4781
VS Code issue: microsoft/vscode#192518
Repro:
set -g mouse on
in~/.tmux.conf
It works if mouseup occurs outside the terminal element.
The text was updated successfully, but these errors were encountered: