Skip to content
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

terminal: Add scrollX and scrollY #396

Open
MrcSnm opened this issue Sep 13, 2023 · 0 comments
Open

terminal: Add scrollX and scrollY #396

MrcSnm opened this issue Sep 13, 2023 · 0 comments

Comments

@MrcSnm
Copy link
Contributor

MrcSnm commented Sep 13, 2023

While playing with terminal, main problem with moveTo is that when using PowerShell, the moveTo is relative to the current powershell scroll.

That means I would need to moveTo(0, t.cursorY - t.scrollY). Though on cmd, there's no need since it doesn't offset by scroll.
Although I could simply say "do not use powershell", the default terminal on VSCode is powershell so it is quite important to have that working.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant