D16820: Fix search result highlight when scrolling

Kurt Hindenburg noreply at phabricator.kde.org
Sun Nov 11 17:27:20 GMT 2018


hindenburg added inline comments.

INLINE COMMENTS

> TerminalDisplay.cpp:1435
>  
> +    if (_screenWindow->currentResultLine() != -1 && _screenWindow->scrollCount()) {
> +        // De-highlight previous result region

if ((_screenWindow->currentResultLine() != -1) && (_screenWindow->scrollCount() > 0)) {

IMHO this is easier to read and understand

REPOSITORY
  R319 Konsole

REVISION DETAIL
  https://phabricator.kde.org/D16820

To: thsurrel, #konsole
Cc: hindenburg, konsole-devel, ngraham, maximilianocuria
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/konsole-devel/attachments/20181111/175d5494/attachment.html>


More information about the konsole-devel mailing list