-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Selection is only possible on the text in the current viewport #69
Comments
I think that this will be handled across with all other scrolling issues. The best thing to do IMO is bring scrolling as close as possible to native terminals found in modern OSs (e.g. Ubuntu Terminal and Terminal.app). |
hterm handles this really well but only has the currently displayed viewport in the DOM. We should see how they implement it. |
We could mimic the way https://github.com/codemirror/codemirror does it. This could also help with #77. |
Fixed in #670 |
While potentially difficult, it's probably possible to do a smooth selection over multiple pages by:
The text was updated successfully, but these errors were encountered: