GNOME Bugzilla – Bug 580370
want an attribute to check whether I've scrolled to the last line (to disable autoscroll otherwise)
Last modified: 2010-04-03 11:14:45 UTC
Sorry if this may sound stupid but I'm not VTE expert - I'm just a user of the XFCE 'Terminal' and have learned that this 'Terminal' can not implement a more intelligent autoscroll ("autoscroll only when on last line") (like konsole does it and probably others as well) because of a VTE limitation. This is from http://bugzilla.xfce.org/show_bug.cgi?id=1807#c4 : > If you want the "scroll only when on last line", you'll need to > file a feature request to VTE. If you think that VTE is already capable of providing the needed information, it would be great to write one or two sentences on how to do it so I could forward the info to the XFCE team. Thanks a lot!
vte_terminal_set_scroll_on_output() and vte_terminal_set_scroll_on_keystroke()? gnome-terminal has the feature you explain. Or I'm misunderstanding what you want.
Closing as NOTABUG as per last comment. Feel free to revert.