markbt / streampager

A pager for command output or large files
MIT License
45 stars 11 forks source link

Scrolling in VSCode terminal is flaky #52

Closed quark-zju closed 2 years ago

quark-zju commented 3 years ago

When scrolling in the VSCode terminal, the screen seems to be shifted by x: -1 temporarily, making it look flaky. This seems to be related to VSCode drawing the cursor at width + 1 column.

hide-cursor

If the cursor is made visible then it is no longer flaky:

show-cursor