GNOME Bugzilla – Bug 748012
Wheel should scroll by constant amount
Last modified: 2021-06-10 15:02:49 UTC
Found now here: http://askubuntu.com/questions/198931/how-to-set-gnome-terminal-to-scroll-a-fixed-number-of-lines-with-the-mouse-wheel?rq=1 I also spotted it earlier: bug 710426 comment 1 The number of lines by which we scroll depends on the terminal height. It shouldn't. vte.c vte_terminal_scroll(): v = MAX (1., ceil (gtk_adjustment_get_page_increment (adj) / 10.));
We should check other apps whether it should be a constant amount of rows, or a constant amount of pixels (rounded to integer rows).
Well, it seems that Gtk+'s scroll amount is proportional to the window height. I've tried it in gedit and Files. So probably vte's current behavior is just good this way.
See also bug 769696.
-- GitLab Migration Automatic Message -- This bug has been migrated to GNOME's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.gnome.org/GNOME/vte/-/issues/2194.