Bug 356286 - Allow scrollback buffer to be greater than 100000 lines
Summary: Allow scrollback buffer to be greater than 100000 lines
Status: RESOLVED FIXED
Alias: None
Product: konsole
Classification: Applications
Component: history (show other bugs)
Version: unspecified
Platform: Other Linux
: NOR wishlist
Target Milestone: ---
Assignee: Konsole Developer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-12-04 16:40 UTC by Noé Rubinstein
Modified: 2016-05-21 22:34 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Noé Rubinstein 2015-12-04 16:40:19 UTC
Currently, Konsole offers three options in the "Scrolling" setting:
* No scrollback
* Fixed size scrollback
* Unlimited scrollback

The "unlimited scrollback" can sometimes fill up your FS when running programs that output very large quantities of text (such as a build log for large software). However, the "fixed size" scrollback is configurable only up to 100000 lines, which is sometimes not enough.

I would like to be able to configure at least 10 times more scrollback.

Reproducible: Always

Steps to Reproduce:
1. Right-click your terminal
2. Click "Edit current profile"
3. Go to tab "Scrolling"
4. Select "Fixed size scrollback"
5. Input "1000000" (one million) in the text field

Actual Results:  
The scrollback size is 100 000 (a hundred thousands)

Expected Results:  
The scrollback size is 1 000 000 (one million)
Comment 1 Kurt Hindenburg 2016-05-21 22:34:29 UTC
Git commit 44d4ed047c58cf636c3df317551cacf1d6b99e48 by Kurt Hindenburg.
Committed on 21/05/2016 at 22:32.
Pushed by hindenburg into branch 'master'.

Set maximum buffer scrollback to 1,000,000

Perhaps a note mentioning that this type of scrollback is held in
memory.  Regardless, allow up to 1 million lines.

M  +1    -1    src/HistorySizeWidget.ui

http://commits.kde.org/konsole/44d4ed047c58cf636c3df317551cacf1d6b99e48