rhysd/tui-textarea

Question: How to disable virtual space(vscode: scrollBeyondLastLine) feature?

honhimW opened this issue · 0 comments

Hello,
I am currently using a read-only view to scroll through output text (similar to a console). In the cases, the output usually appends content to the end of the text. Therefore, I would like the cursor to remain at the last line and be positioned at the bottom of the view when new content is added.

But it seems there no api to disable it?