summaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
Diffstat (limited to 'games')
-rw-r--r--games/morse/morse.62
-rw-r--r--games/morse/morse.c5
2 files changed, 5 insertions, 2 deletions
diff --git a/games/morse/morse.6 b/games/morse/morse.6
index 21be6c9..74aa5eb 100644
--- a/games/morse/morse.6
+++ b/games/morse/morse.6
@@ -102,7 +102,7 @@ Not all prosigns have corresponding characters. Use
.Ql #
for
.Em AS ,
-.Ql @
+.Ql &
for
.Em SK ,
.Ql *
diff --git a/games/morse/morse.c b/games/morse/morse.c
index 3b7a404..f02e807 100644
--- a/games/morse/morse.c
+++ b/games/morse/morse.c
@@ -120,6 +120,8 @@ static const struct morsetab mtab[] = {
{',', "--..--"},
{'.', ".-.-.-"},
+ {'"', ".-..-."},
+ {'!', "..--."},
{'?', "..--.."},
{'/', "-..-."},
{'-', "-....-"},
@@ -130,11 +132,12 @@ static const struct morsetab mtab[] = {
{')', "-.--.-"},
{'$', "...-..-"},
{'+', ".-.-."}, /* AR */
+ {'@', ".--.-."}
/* prosigns without already assigned values */
{'#', ".-..."}, /* AS */
- {'@', "...-.-"}, /* SK */
+ {'&', "...-.-"}, /* SK */
{'*', "...-."}, /* VE */
{'%', "-...-.-"}, /* BK */
OpenPOWER on IntegriCloud