-
Notifications
You must be signed in to change notification settings - Fork 1.8k
scrollback doesn't work as expected #361
Copy link
Copy link
Closed
Labels
type/bugSomething is misbehavingSomething is misbehaving
Description
It appears that the total buffer size wants to be <viewport rows> + <scrollback>, however when I hook it up in vscode to be 10, I notice that the amount of scrollback provided is not 10 and seems to alternate between 2 values.
Running ll to get a chunk of output, I get 6 lines of scrollback the first time, 8 the second time, 5 the third, 7 the fourth, etc. It should be exactly 10 every time.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
type/bugSomething is misbehavingSomething is misbehaving