commit 854e56263454077ab009aaff67f1afe0dbd52878 Author: Christian Persch Date: Thu Jun 1 21:30:48 2023 +0200 emulation: Fix infinite loop on non-number OSC 104 param Fixes: https://gitlab.gnome.org/GNOME/vte/-/issues/2631 (cherry picked from commit dce7b5f044b0f9e184f186315c846489a20edf0d) src/vteseq.cc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) commit 24547fb36377b3bbc39a91d887eb5161e73532e3 Author: Christian Persch Date: Tue Apr 25 23:06:40 2023 +0200 widget: Don't consume right clicks on gtk4 gtk4 still needs to handle context menus correctly, but on stable branch we need to remove always claiming the event since it doesn't do anything yet. https://gitlab.gnome.org/GNOME/vte/-/issues/2593 (cherry picked from commit ff1b03e450fddae623401d8dc619a6c4f17df42d) src/vte.cc | 10 ---------- 1 file changed, 10 deletions(-) commit fa5db4e32524030de2081b7d9f719a7ffafc7df5 Author: Christian Persch Date: Sat Apr 15 21:17:31 2023 +0200 build: Post release version bump meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)