From dce44abec7d22e34ad9f22d391a239977bfd0e5d Mon Sep 17 00:00:00 2001
From: Chris Allegretta <chrisa@asty.org>
Date: Sat, 16 Mar 2002 01:03:41 +0000
Subject: [PATCH] winio.c:do_credits() - Add Thomas Dickey

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1131 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
---
 ChangeLog | 6 +++++-
 winio.c   | 9 ++++++---
 2 files changed, 11 insertions(+), 4 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 2188820b..51366f72 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -26,7 +26,11 @@ CVS code -
   search_init()
 	- Fix a missing free (Rocco).
 - utils.c:
-  stristr() - Defined regardless of NANO_SMALL (noticed by Jordi).
+  stristr() 
+	- Defined regardless of NANO_SMALL (noticed by Jordi).
+- winio.c:
+  do_credits()
+	- Add Thomas Dickey.
 - po/sv.po:
 	- Swedish translation updates (Christian Rose).
 - po/de.po:
diff --git a/winio.c b/winio.c
index 892c0f18..81f686e2 100644
--- a/winio.c
+++ b/winio.c
@@ -1871,7 +1871,7 @@ void do_replace_highlight(int highlight_flag, char *word)
 }
 
 #ifdef NANO_EXTRA
-#define CREDIT_LEN 48
+#define CREDIT_LEN 52
 void do_credits(void)
 {
     int i, j = 0, k, place = 0, start_x;
@@ -1882,8 +1882,7 @@ void do_credits(void)
     char *brought = _("Brought to you by:");
     char *specialthx = _("Special thanks to:");
     char *fsf = _("The Free Software Foundation");
-    char *ncurses =
-	_("Pavel Curtis, Zeyd Ben-Halim and Eric S. Raymond for ncurses");
+    char *ncurses = _("For ncurses:");
     char *anyonelse = _("and anyone else we forgot...");
     char *thankyou = _("Thank you for using nano!\n");
 
@@ -1923,6 +1922,10 @@ void do_credits(void)
 	fsf,
 	"Linus Torvalds",
 	ncurses,
+	"Thomas Dickey",
+	"Pavel Curtis",
+	"Zeyd Ben-Halim",
+	"Eric S. Raymond",
 	anyonelse,
 	thankyou,
 	"", "", "", "",
-- 
GitLab