Not able to maintain scroll position if terminal is outputting new data, have to fight the scroll bar #4205
Labels
Needs-Tag-Fix
Doesn't match tag requirements
Needs-Triage
It's a new issue that the core contributor team needs to triage at the next triage meeting
Environment
Apologies if this has been reported already..
Steps to reproduce
Throw this in a bash terminal and run it on the Microsoft Terminal, it's just a simple counter loop:
Now try and scroll up and the scroll location will keep changing as more output is received. The terminal should lock is position and ignore the additional output so the operator can focus on the output they are viewing instead you have to fight to maintain your position.
Expected behavior
As the Windows Terminal outputs more information, your scroll position should remain unchanged, you shouldn't have to fight to stay where you are.
Actual behavior
The Windows Terminal will shift your view for each new line of output, the faster the output the harder it is to stay in one position
The text was updated successfully, but these errors were encountered: