Commit a44def03 authored by Benno Schulenberg's avatar Benno Schulenberg
Browse files

Adding Mark to the scroll.

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5099 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
No related merge requests found
Showing with 4 additions and 1 deletion
+4 -1
...@@ -4,6 +4,8 @@ ...@@ -4,6 +4,8 @@
* src/winio.c (do_credits): Remove the names of past translators * src/winio.c (do_credits): Remove the names of past translators
from the Easter-egg scroll. from the Easter-egg scroll.
* THANKS: Add a missing historical translator name. * 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> 2014-11-30 Benno Schulenberg <bensberg@justemail.net>
* doc/syntax/spec.nanorc: Colorize %pretrans and %posttrans fully. * doc/syntax/spec.nanorc: Colorize %pretrans and %posttrans fully.
......
...@@ -3435,7 +3435,7 @@ void do_replace_highlight(bool highlight, const char *word) ...@@ -3435,7 +3435,7 @@ void do_replace_highlight(bool highlight, const char *word)
} }
#ifndef DISABLE_EXTRA #ifndef DISABLE_EXTRA
#define CREDIT_LEN 52 #define CREDIT_LEN 53
#define XLCREDIT_LEN 8 #define XLCREDIT_LEN 8
/* Easter egg: Display credits. Assume nodelay(edit) and scrollok(edit) /* Easter egg: Display credits. Assume nodelay(edit) and scrollok(edit)
...@@ -3458,6 +3458,7 @@ void do_credits(void) ...@@ -3458,6 +3458,7 @@ void do_credits(void)
"Rocco Corsi", "Rocco Corsi",
"David Lawrence Ramsey", "David Lawrence Ramsey",
"David Benbennick", "David Benbennick",
"Mark Majeres",
"Mike Frysinger", "Mike Frysinger",
"Benno Schulenberg", "Benno Schulenberg",
"Ken Tyler", "Ken Tyler",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment