Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/games/morse Add _, from Eitan Adler in PR bin/52897



details:   https://anonhg.NetBSD.org/src/rev/338bee98a73c
branches:  trunk
changeset: 829062:338bee98a73c
user:      maya <maya%NetBSD.org@localhost>
date:      Tue Jan 16 06:20:24 2018 +0000

description:
Add _, from Eitan Adler in PR bin/52897

diffstat:

 games/morse/morse.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r d0b7feb1e56f -r 338bee98a73c games/morse/morse.c
--- a/games/morse/morse.c       Mon Jan 15 22:38:01 2018 +0000
+++ b/games/morse/morse.c       Tue Jan 16 06:20:24 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: morse.c,v 1.17 2012/06/19 05:46:08 dholland Exp $      */
+/*     $NetBSD: morse.c,v 1.18 2018/01/16 06:20:24 maya Exp $  */
 
 /*
  * Copyright (c) 1988, 1993
@@ -39,7 +39,7 @@
 #if 0
 static char sccsid[] = "@(#)morse.c    8.1 (Berkeley) 5/31/93";
 #else
-__RCSID("$NetBSD: morse.c,v 1.17 2012/06/19 05:46:08 dholland Exp $");
+__RCSID("$NetBSD: morse.c,v 1.18 2018/01/16 06:20:24 maya Exp $");
 #endif
 #endif /* not lint */
 
@@ -107,6 +107,7 @@
        { '"', ".-..-." },
        { '=', "-...-" },
        { '+', ".-.-." },
+       { '_', "..--.-" },
        { '\0', NULL }
 };
 



Home | Main Index | Thread Index | Old Index