-
Notifications
You must be signed in to change notification settings - Fork 578
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[gtk3] Scrollback lines not configurable #1082
Comments
Let me mention here that the other GtkSpinButton, namely "Max tab name length" on the General tab also suffers from the same problem. |
Thanks! Some followup nitpicking: The default value is 1024. The +/- buttons jump on multiples of 1000, and any manually entered value is also rounded.
|
By the way, jumping by 1000 is a really nice thing that I'd like to have for gnome-terminal too :-) |
I agree :) would be fun to have a exponential-like (rounded to 100s) increment |
how can i set infinite scroll ? |
Update to HEAD? |
"Scrolling" tab.
The input field for the "Scrollback lines" number is active, however, the - and + buttons are insensitive. No matter what I type for the number (which is 0 initially), the scrollback is only 1024 lines. As I close and reopen the prefs window, the number is 0 again.
Expected: -/+ buttons active. The displayed number reflects the current value. The entered number is saved respected. Ideally another option (checkbox) for infinite scrollback.
(Technical: VTE stores the scrollback in compressed and encrypted, unlinked temporary files under /tmp.)
On a side note, the checkboxes "On output" and "On key stroke" don't make too much sense to me without a header like "Scroll to bottom".
The text was updated successfully, but these errors were encountered: