Skip to content
Discussion options

You must be logged in to vote

I would like to point out that setting scrollback-limit = 0 limits the scroll-back to the visible screen

Ah, you're right, there is indeed a special case for this:

.no_scrollback = opts.max_scrollback == 0,

Do note that this doesn't actually save you any memory compared to scrollback_limit = 1. It just disables scrolling. The minimum amount of page list memory is still allocated.

setting it to scrollback-limit = 1 or any other value bigger than zero doesn't limit it at all.

As I've explained above, it does limit the scrollback to the minimum possible size. It's just that the minimum is significantly larger than 1 by…

Replies: 2 comments 8 replies

Comment options

You must be logged in to vote
6 replies
@cos4ni2s
Comment options

@danielwe
Comment options

@cos4ni2s
Comment options

@danielwe
Comment options

Answer selected by cos4ni2s
Comment options

You must be logged in to vote
2 replies
@danielwe
Comment options

@marcelovital
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs-confirmation A reproduction has been reported, but the bug hasn't been confirmed or reproduced by a maintainer.
3 participants