Bug 356286

Summary: Allow scrollback buffer to be greater than 100000 lines
Product: [Applications] konsole Reporter: Noé Rubinstein <noe.rubinstein>
Component: historyAssignee: Konsole Developer <konsole-devel>
Status: RESOLVED FIXED    
Severity: wishlist    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed In:

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