-
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
No scroll bar on terminal #77
Comments
The terminal scrolling definitely needs an enhancement and physical scrolling with a scrollbar would be a great addition. The only tricky thing to do there is handling switching back and forth with curses applications like Vim. |
hterm handles the scrollbar really well but only has the currently displayed viewport in the DOM. We should see how they implement it. |
I'm going to work on this as part of vscode 1.5.0, the current rough plan/approach is:
|
Sounds 👍 . What is the purpose of |
@parisk yes, it's a large element that's programmatically sized and is used for the scrollbar. After playing with this implementation I ended up getting it working but needed to pull I'll probably put out a PR later today. |
It would be great if a virtual scroll bar was provided.
The text was updated successfully, but these errors were encountered: