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
Stop the provider-setup and satellite pickers from turning on DEC mouse reporting
createCliRenderer defaults useMouse/enableMouseMovement to true, so the
onboarding provider picker and satellite list modals (session resume, session
mode) were emitting ?1000/?1002/?1003/?1006 and stealing button-1 drags from
the terminal before a session even starts, even though the main product host
already disabled it. Native drag-select and copy now work with no modifier
from the very first screen.
Also add settings.mouseCapture so a user can opt back into click-to-expand
and drag-scroll (the same trade Alt+M makes mid-session) without discovering
a hidden default; unset keeps selection-on as the default.
0 commit comments