diff options
author | Christian Duerr <contact@christianduerr.com> | 2018-05-30 10:20:47 +0200 |
---|---|---|
committer | Joe Wilm <joe@jwilm.com> | 2018-06-02 10:03:42 -0700 |
commit | 4631ca4db5faf10eb0276e3968814a68c86c81ee (patch) | |
tree | fed10fa657047e769a07bd1c7c40a0f19683f669 /src/renderer/mod.rs | |
parent | 24c50fa0a793cd8c6127b5cf8ba3ea59f47cc1ca (diff) | |
download | r-alacritty-4631ca4db5faf10eb0276e3968814a68c86c81ee.tar.gz r-alacritty-4631ca4db5faf10eb0276e3968814a68c86c81ee.tar.bz2 r-alacritty-4631ca4db5faf10eb0276e3968814a68c86c81ee.zip |
Allow changing scrollback history size at runtime
Making use of the changes that have been introduced in #1234 and #1284,
this allows changing the size of the scrollback buffer at runtime.
This simply changes the size of the raw inner buffer making use of the
optimized mutation algorithms introduced in #1284. As a result,
shrinking the scrollback history size at runtime should be basically
free and growing will only introduce a performance cost when there are
no more buffered lines. However, as a result there will not be any
memory freed when shrinking the scrollback history size at runtime.
As discussed in #1234 a potential solution for this could be to truncate
the raw buffer whenever more than X lines are deleted, however this
issue should not be very significant PR and if a solution is desired a
separate issue/PR should be opened.
This fixes #1235.
Diffstat (limited to 'src/renderer/mod.rs')
0 files changed, 0 insertions, 0 deletions