Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unlimited scrollback #3879

Closed
cowens opened this issue Jun 19, 2023 · 3 comments
Closed

Unlimited scrollback #3879

cowens opened this issue Jun 19, 2023 · 3 comments
Labels
enhancement New feature or request

Comments

@cowens
Copy link

cowens commented Jun 19, 2023

Is your feature request related to a problem? Please describe.

Sometimes I need to scroll back more than my current scrollback_lines config allows, but I don't want to waste RAM.

Describe the solution you'd like

Switch the scrollback buffer from a VeqDeque to something like Yaque and allow scrollback_lines to be set to -1 for unlimited.

Describe alternatives you've considered

Buying more RAM

Additional context

iTerm2 has a similar feature.

@cowens cowens added the enhancement New feature or request label Jun 19, 2023
@wez
Copy link
Owner

wez commented Jun 19, 2023

Essentially a duplicate of #1342

However, there is more to this than simply storing on disk; microsoft/terminal#1410 (comment) has some information on this topic, and subsequent discussion.

@wez
Copy link
Owner

wez commented Jul 10, 2023

Closing in favor of #1342 which has more discussion

@wez wez closed this as completed Jul 10, 2023
@github-actions
Copy link
Contributor

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 10, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants