Commit 9b3c7e8b authored by Chris Allegretta's avatar Chris Allegretta
Browse files

winio.c: - Add David Lawrence Ramsey to credits

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@749 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
No related merge requests found
Showing with 5 additions and 2 deletions
+5 -2
...@@ -5,7 +5,9 @@ CVS code - ...@@ -5,7 +5,9 @@ CVS code -
clear the backupstring without making it global (messy), so we clear the backupstring without making it global (messy), so we
use a flag instead (just as messy?) use a flag instead (just as messy?)
- nano.texi: - nano.texi:
-corrected the Mouse Toggle section, noticed by Daniel Bonniot. - corrected the Mouse Toggle section, noticed by Daniel Bonniot.
- winio.c:
- Add David Lawrence Ramsey to credits.
nano-1.1.1 - 07/28/2001 nano-1.1.1 - 07/28/2001
- General - General
......
...@@ -1653,7 +1653,7 @@ void do_replace_highlight(int highlight_flag, char *word) ...@@ -1653,7 +1653,7 @@ void do_replace_highlight(int highlight_flag, char *word)
} }
#ifdef NANO_EXTRA #ifdef NANO_EXTRA
#define CREDIT_LEN 47 #define CREDIT_LEN 48
void do_credits(void) void do_credits(void)
{ {
int i, j = 0, k, place = 0, start_x; int i, j = 0, k, place = 0, start_x;
...@@ -1692,6 +1692,7 @@ void do_credits(void) ...@@ -1692,6 +1692,7 @@ void do_credits(void)
"Joshua Jensen", "Joshua Jensen",
"Ryan Krebs", "Ryan Krebs",
"Albert Chin", "Albert Chin",
"David Lawrence Ramsey",
"", "",
specialthx, specialthx,
"Plattsburgh State University", "Plattsburgh State University",
......
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