[konsole] [Bug 432376] Issues with reflow (links and highlighting)

Martin Sandsmark bugzilla_noreply at kde.org
Wed Feb 3 10:12:45 GMT 2021


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

--- Comment #10 from Martin Sandsmark <martin.sandsmark at kde.org> ---
(In reply to Carlos Alves from comment #4)
> It does 'insert' in array size(), it is intended to, and it will never crash
> because when it is size() the 'insert' will turn into 'append', it is in
> 'QVarLengthArray' class documentation.
> Characters in konsole doesn't have high or size attribute to be changed in
> reflow.

Not sure if I understood this, but I assume the problem on line 479 is the
_lineProperties[currentPos] passed to insert, not the insert itself. I. e.
_lineProperties.size() is less than _screenLines.size(), I think.

Not sure what "auto values" there is (this is why I don't like "auto"), but the
insert with that might be getting them out of sync, if there's more than one
value being inserted?

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


More information about the konsole-devel mailing list