Problem: Terminal feature not included in :version output.
Solution: Add +terminal or -terminal.
* This will result in screen updates.
*
* TODO:
- * - +terminal in features[] in version.c
* - free b_term when closing terminal.
* - remove term from first_term list when closing terminal.
* - set buffer options to be scratch, hidden, nomodifiable, etc.
#else
"-termguicolors",
#endif
+#ifdef FEAT_TERMINAL
+ "+terminal",
+#else
+ "-terminal",
+#endif
#if defined(UNIX)
/* only Unix can have terminfo instead of termcap */
# ifdef TERMINFO
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 717,
/**/
716,
/**/