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
Terminal.handler is very ambiguous, a better name such as triggerUserInput or something would be better to differentiate it from calling _onData.fire directly. The main difference is that it scrolls to the bottom on user input, but not on device status reporting.
The text was updated successfully, but these errors were encountered:
This also fine tunes some of the data events to not clear selection
and scroll to the bottom of the viewport anymore.
Part of xtermjs#1507Fixesxtermjs#2112
Terminal.handler
is very ambiguous, a better name such astriggerUserInput
or something would be better to differentiate it from calling_onData.fire
directly. The main difference is that it scrolls to the bottom on user input, but not on device status reporting.The text was updated successfully, but these errors were encountered: