patch 8.0.1050: terminal window feature not included by default

Problem:    Terminal window feature not included by default.
Solution:   Include the terminal feature for the "huge" build.
diff --git a/src/version.c b/src/version.c
index 4a5282f..45537fe 100644
--- a/src/version.c
+++ b/src/version.c
@@ -770,6 +770,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1050,
+/**/
     1049,
 /**/
     1048,