From 1ebf465c8cd7b1528db67d588c7e2f8a93e94c22 Mon Sep 17 00:00:00 2001 From: Chris Allegretta Date: Sat, 25 Aug 2001 16:00:53 +0000 Subject: [PATCH] winio.c: - Add David Lawrence Ramsey to credits git-svn-id: svn://svn.savannah.gnu.org/nano/branches/nano_1_0_branch/nano@749 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- ChangeLog | 3 +++ winio.c | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 46e0d412..6bcbdae7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,7 @@ CVS code - +- winio.c: + - Added David Lawrence Ramsey to credits. + nano 1.0.4 - 08/24/2001 - General - Added BUGS #63 & 64. Fixes in search_init() and nanogetstr(), diff --git a/winio.c b/winio.c index 706db27f..cbeb4faf 100644 --- a/winio.c +++ b/winio.c @@ -1407,7 +1407,7 @@ void do_replace_highlight(int highlight_flag, char *word) } #ifdef NANO_EXTRA -#define CREDIT_LEN 47 +#define CREDIT_LEN 48 void do_credits(void) { int i, j = 0, k, place = 0, start_x; @@ -1446,6 +1446,7 @@ void do_credits(void) "Joshua Jensen", "Ryan Krebs", "Albert Chin", + "David Lawrence Ramsey", "", specialthx, "Plattsburgh State University", -- 2.39.5