GNOME Bugzilla – Bug 410819
slider not correctly positioned after calling less
Last modified: 2007-02-22 17:32:15 UTC
That bug has been opened on https://launchpad.net/bugs/87024 "Binary package hint: gnome-terminal seen on feisty, 2.17.91-0ubuntu1 - do something until the slider of the scrollbar only covers part of the area - the slider is on the bottom - call less <some file> (go up and down with g / G) - the slider is either: - not visible at all (if you did just press q in less) - somewhere else (top, middle, sometimes at the bottom) - if the slider is mispositioned, Shift-PgUp jumps to the start to the buffer, not one page up."
r1719: 2007-02-22 Chris Wilson <chris@chris-wilson.co.uk> Bug 410819 – slider not correctly positioned after calling less * src/vte.c: (_vte_terminal_adjust_adjustments), (_vte_terminal_adjust_adjustments_full), (vte_terminal_maybe_scroll_to_top), (vte_terminal_size_allocate), (vte_terminal_set_scrollback_lines): * src/vteseq.c: (vte_sequence_handler_decset_internal): Fixup a lot of issues with changing the number of scrollback lines, such as missing value_changed signals for the scrollbar and a couple of missing CLAMPs.