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
xterm's xterm-screen overlays the viewport and eats touch events, so
native overflow scrolling never fires on mobile. Translate single-finger
drags into scroll input and suppress the browser's default touch
gestures (pull-to-refresh, overscroll rubber-band, double-tap zoom) on
the terminal element.
Normal buffer accumulates the pixel delta and calls term.scrollLines()
to advance the scrollback. Alt buffer dispatches a synthetic WheelEvent
at the viewport so xterm's own wheel handler emits protocol-correct
mouse-wheel escapes for apps that have opted into mouse tracking, and
is swallowed by the existing capture handler otherwise -- matching the
desktop wheel policy.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments