https://bugs.kde.org/show_bug.cgi?id=372530
Kurt Hindenburg <kurt.hindenb...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|http://commits.kde.org/kons |https://commits.kde.org/kon |ole/80b9e0775ecc81a4462e932 |sole/76453a7df8427048a8ce92 |be7ffdb1e5b222a4d |169c3dbd172f89798c --- Comment #4 from Kurt Hindenburg <kurt.hindenb...@gmail.com> --- Git commit 76453a7df8427048a8ce92169c3dbd172f89798c by Kurt Hindenburg, on behalf of Martin T. H. Sandsmark. Committed on 24/11/2016 at 14:42. Pushed by hindenburg into branch 'Applications/16.12'. Fix crash with combining characters after several cursorRight() calls cursorRight() does not resize the _screenLines vector, leading to an assert in QVector when trying to look up the _cuX which is bigger than the amount of characters in the current line. (cherry picked from commit 80b9e0775ecc81a4462e932be7ffdb1e5b222a4d) M +1 -1 src/Screen.cpp https://commits.kde.org/konsole/76453a7df8427048a8ce92169c3dbd172f89798c -- You are receiving this mail because: You are watching all bug changes.