NetBSD-Bugs archive

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

bin/52897: morse(6): add '_'



>Number:         52897
>Category:       bin
>Synopsis:       morse(6): add '_'
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    bin-bug-people
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Thu Jan 04 04:55:00 +0000 2018
>Originator:     Eitan Adler
>Release:        HEAD
>Organization:
>Environment:
>Description:
morse(6) does not have support for '_'. Lets add it!
>How-To-Repeat:
./morse _
>Fix:
Index: morse.c
===================================================================
RCS file: /cvsroot/src/games/morse/morse.c,v
retrieving revision 1.17
diff -u -r1.17 morse.c
--- morse.c	19 Jun 2012 05:46:08 -0000	1.17
+++ morse.c	4 Jan 2018 04:48:37 -0000
@@ -107,6 +107,7 @@
 	{ '"', ".-..-." },
 	{ '=', "-...-" },
 	{ '+', ".-.-." },
+	{ '_', "..--.-" },
 	{ '\0', NULL }
 };
 



Home | Main Index | Thread Index | Old Index