patch 8.2.0777: terminal test fails

Problem:    Terminal test fails.
Solution:   Adjust character position for double-wide characters.
diff --git a/src/version.c b/src/version.c
index ccd5644..b7e6d5c 100644
--- a/src/version.c
+++ b/src/version.c
@@ -747,6 +747,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    777,
+/**/
     776,
 /**/
     775,