commit 4c832530d9301f6e86d09640f22c3246406fd6ae 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 | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) commit da0b9a03b34a7054acffec83bc4be66f4e0dc1a9 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 e1daba3d4a7d42e48db7b754339648526eb84407 Author: Christian Persch Date: Mon Apr 8 23:12:38 2019 +0200 Post release version bump configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)