commit a44def03a01a1143f915402687a6ddf8999ed91a
parent 9f1b1e2b1473acede58d3f06105e2585459c2b9e
Author: Benno Schulenberg <bensberg@justemail.net>
Date: Sun, 28 Dec 2014 22:27:56 +0000
Adding Mark to the scroll.
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5099 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
Diffstat:
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog
@@ -4,6 +4,8 @@
* src/winio.c (do_credits): Remove the names of past translators
from the Easter-egg scroll.
* THANKS: Add a missing historical translator name.
+ * src/winio.c (do_credits): Add Mark to the scroll, for all his
+ undo work, colouring nano's interface, and other patches.
2014-11-30 Benno Schulenberg <bensberg@justemail.net>
* doc/syntax/spec.nanorc: Colorize %pretrans and %posttrans fully.
diff --git a/src/winio.c b/src/winio.c
@@ -3435,7 +3435,7 @@ void do_replace_highlight(bool highlight, const char *word)
}
#ifndef DISABLE_EXTRA
-#define CREDIT_LEN 52
+#define CREDIT_LEN 53
#define XLCREDIT_LEN 8
/* Easter egg: Display credits. Assume nodelay(edit) and scrollok(edit)
@@ -3458,6 +3458,7 @@ void do_credits(void)
"Rocco Corsi",
"David Lawrence Ramsey",
"David Benbennick",
+ "Mark Majeres",
"Mike Frysinger",
"Benno Schulenberg",
"Ken Tyler",