patch 8.2.2794: Linux users don't know how to get ncurses

Problem:    Linux users don't know how to get ncurses.
Solution:   Add the name of the package. (closes #8132)
diff --git a/src/version.c b/src/version.c
index 07a1e04..a023335 100644
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    2794,
+/**/
     2793,
 /**/
     2792,