After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 504733 - Feature request: Unlimited scrollback
Feature request: Unlimited scrollback
Status: RESOLVED DUPLICATE of bug 599443
Product: gnome-terminal
Classification: Core
Component: general
2.18.x
Other All
: Normal enhancement
: ---
Assigned To: GNOME Terminal Maintainers
GNOME Terminal Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-12-20 19:53 UTC by Wade Berrier
Modified: 2009-12-03 19:53 UTC
See Also:
GNOME target: ---
GNOME version: Unversioned Enhancement



Description Wade Berrier 2007-12-20 19:53:58 UTC
It would be nice to have unlimited scrollback, like konsole does.
Comment 1 Behdad Esfahbod 2009-12-03 19:52:46 UTC
Vte now supports this.  Needs g-t UI.

We were talking about it the other day and people suggested that instead of a checkbox, we can change the spin button to have a unlimited option?  Something like this.  Here's what dcbw said:

(01:58:22 PM) dcbw: behdad: no, http://git.gnome.org/cgit/network-manager-applet/tree/src/connection-editor/page-wired.c
(01:58:42 PM) dcbw: behdad: if you wanted an example
(01:59:01 PM) dcbw: 	g_signal_connect (priv->mtu, "output", 	                  G_CALLBACK (ce_spin_output_with_default), 	                  GINT_TO_POINTER (mtu_def)); 
(01:59:44 PM) dcbw: behdad: which uses the ce_spin_output_with_default() function from this file: http://git.gnome.org/cgit/network-manager-applet/tree/src/connection-editor/ce-page.c
(02:00:56 PM) dcbw: behdad: basically, whenever the value changes on the spinbox you'll get 'output' and you can then stuff whatever value you'd like into the spinbutton's GtkEntry
Comment 2 Behdad Esfahbod 2009-12-03 19:53:29 UTC

*** This bug has been marked as a duplicate of bug 599443 ***