Uh oh!
There was an error while loading. Please reload this page.
Conversation
st0012
commented
Jul 21, 2023
@tompng Do you know anything about these? |
I think this fix is good 👍
|
st0012
commented
Jul 22, 2023
Thanks for the explanation!
I did get the result. But should it be different depending on |
tompng
commented
Jul 22, 2023
Sorry I forgot to write this. But the difference is in the scroll buffer. |
tompng
commented
Jul 25, 2023
Little good difference csi_s.mp4When you clear the screen using |
After reading PowerShell/PSReadLine#724, I suspected that the use of CSI S sequence for scroll down is also the cause of #576. So I swapped it with just writing
\n(inspired by PowerShell/PSReadLine#790), and it seems to work.However, I couldn't find further information on how using the CSI S sequence would cause the problem and why it only happens in VS Code terminal. So I'm not sure if this is the best fix for the problem.
This seems to fix#576