commit 73a890ed0d725331314d2fc0ac12583e8051e77b 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 c3c2c6bc29c6cbd294e4fa20038264f5d29b7144 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 a92b4d99a1a350f1d8d51d28ed3bec8a663da36c Author: Christian Persch Date: Mon May 6 22:43:49 2019 +0200 Post release version bump configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)