Closed wmaciel closed 3 years ago
Inside TermState's _removeLine, the _scrollback buffer was being filled by the lines removed from _buffer.
That data, however, never gets freed up.
Since we don't have a scrollback functionality, this fix stops storing removed lines inside the _scrollback.
Can you rebase and clean up the history? Thanks :)
No response.
Inside TermState's _removeLine, the _scrollback buffer was being filled by the lines removed from _buffer.
That data, however, never gets freed up.
Since we don't have a scrollback functionality, this fix stops storing removed lines inside the _scrollback.