[konsole] [Bug 453112] Fixed scroll position jumps around during non-visible output

bugzilla_noreply at kde.org bugzilla_noreply at kde.org
Tue May 24 12:11:11 BST 2022


https://bugs.kde.org/show_bug.cgi?id=453112

ninjalj at gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
      Latest Commit|                            |https://invent.kde.org/util
                   |                            |ities/konsole/commit/d2ca20
                   |                            |2abd4e6b415a7647927db493337
                   |                            |092d5f3
             Status|REPORTED                    |RESOLVED

--- Comment #5 from ninjalj at gmail.com ---
Git commit d2ca202abd4e6b415a7647927db493337092d5f3 by Luis Javier Merino
MorĂ¡n.
Committed on 24/05/2022 at 10:51.
Pushed by tcanabrava into branch 'master'.

Fix scroll position jumps regression

Commit d37d3ac1 "CompactHistoryScroll: Remove _maxLineCount + 5 lines at
a time" caused a regression: addHistLine queried the number of lines in
history before and after adding a line, and if it had not incremented it
assumed one line entered history and another was dropped at the other
end.  Now, lines are dropped from history in batches, so take care of
that.

Very similar to the regression fixed at 7a1e4768, only this one is about
keeping the scroll position on the presence of scroll, and that other
one is about keeping the selection.

Thanks to the bug reporters Michael and Luke-Jr for the heads-up.
Related: bug 452955

M  +6    -4    src/Screen.cpp

https://invent.kde.org/utilities/konsole/commit/d2ca202abd4e6b415a7647927db493337092d5f3

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the konsole-devel mailing list