arsd icon indicating copy to clipboard operation
arsd copied to clipboard

terminal: Add scrollX and scrollY

Open MrcSnm opened this issue 2 years ago • 0 comments

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.

MrcSnm avatar Sep 13 '23 09:09 MrcSnm