patch 8.2.1363: test trying to run terminal when it is not supported

Problem:    Test trying to run terminal when it is not supported.
Solution:   Check if Vim can be run in a terminal.
diff --git a/src/version.c b/src/version.c
index 251a594..376c8fd 100644
--- a/src/version.c
+++ b/src/version.c
@@ -755,6 +755,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1363,
+/**/
     1362,
 /**/
     1361,