commit 7559aebc16f22090c49f485dbc037a75e2cd693d Author: Egmont Koblinger Date: Fri Oct 11 12:47:15 2019 +0200 ring: Fix an incorrect assertion An assertion in the rewrap code incorrectly assumed that the last line of the ring is always hard wrapped (i.e. ends in an explicit newline). Rewrapping when the last line is soft wrapped and the cursor stands here after the last nonempty cell resulted in a crash. https://gitlab.gnome.org/GNOME/vte/issues/181 (cherry picked from commit a6cb948d2c352056b79e04efd372f88f84b8e0a1) src/ring.cc | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) commit f9673d3ac34774d28b3702e3dc7198817ff93fa1 Author: Egmont Koblinger Date: Tue Sep 24 13:01:54 2019 +0200 emulation: Ensure the cursor remains onscreen when moving down Previously the cursor could escape from the onscreen area, resulting in a crash. This happened when a scrolling area was defined which did not include the bottom row, the cursor was in the terminal's bottom row and moved downwards from there. https://gitlab.gnome.org/GNOME/vte/issues/176 (cherry picked from commit ef0734c1eb775cf98db9a6e8e87700830b1a3890) src/vte.cc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) commit f60225988c8dc61c54f99798fe1730cb253ec4ee Author: Christian Persch Date: Mon Apr 8 23:08:52 2019 +0200 Post release version bump configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)