Open damiandennis opened 9 years ago
my reason for wanting this is that I have a small region with the terminal but it is resizable to see more than the last X lines. I also don't want a huge scroll with empty content which is my current implementation to work around this.
You mean a scrollback buffer? It's currently not implemented, but this should go on the todo.
yeah that is exactly what I am after. Thanks
hi if scroll work now ?@Gottox
I am having trouble figuring out how to increase the number of rows in the TermState (dynamically growing the buffer to keep all history viewable or at least a defined limit). I suppose this is a feature request for a minimum/maximum rows.