patch 9.0.0772: the libvterm code is outdated
Problem: The libvterm code is outdated.
Solution: Include libvterm changes from revision 790 to 801.
diff --git a/src/libvterm/t/26state_query.test b/src/libvterm/t/26state_query.test
index c543b92..e4513de 100644
--- a/src/libvterm/t/26state_query.test
+++ b/src/libvterm/t/26state_query.test
@@ -6,6 +6,11 @@
PUSH "\e[c"
output "\e[?1;2c"
+!XTVERSION
+RESET
+PUSH "\e[>q"
+ output "\eP>|libvterm(0.2)\e\\"
+
!DSR
RESET
PUSH "\e[5n"
@@ -57,6 +62,6 @@
output "\x{9b}0n"
PUSH "\e F"
-!Truncation on attempted buffer overflow
-PUSH "\e[6n" x 30
- output "\e[10;10R" x 25
+#!Truncation on attempted buffer overflow
+#PUSH "\e[6n" x 30
+# output "\e[10;10R" x 25