• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Keine Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

My own rewrite of the BSD morse code recreational utility


Commit MetaInfo

Revision997b2f0f58946adc5e79cc8355fb8e055f6a53b9 (tree)
Zeit2021-08-30 01:43:45
AutorJoel Matthew Rees <joel.rees@gmai...>
CommiterJoel Matthew Rees

Log Message

2005

Ändern Zusammenfassung

Diff

--- a/bsdmorse.c
+++ b/bsdmorse.c
@@ -107,6 +107,8 @@ const struct punc {
107107 { '"', ".-..-." },
108108 { '=', "-...-" },
109109 { '+', ".-.-." },
110+/* JMR20210829: since 2005? for email addy */
111+ { '@', ".--.-." },
110112 { '\0', NULL }
111113 };
112114