My own rewrite of the BSD morse code recreational utility
Revision | 997b2f0f58946adc5e79cc8355fb8e055f6a53b9 (tree) |
---|---|
Zeit | 2021-08-30 01:43:45 |
Autor | Joel Matthew Rees <joel.rees@gmai...> |
Commiter | Joel Matthew Rees |
2005
@@ -107,6 +107,8 @@ const struct punc { | ||
107 | 107 | { '"', ".-..-." }, |
108 | 108 | { '=', "-...-" }, |
109 | 109 | { '+', ".-.-." }, |
110 | +/* JMR20210829: since 2005? for email addy */ | |
111 | + { '@', ".--.-." }, | |
110 | 112 | { '\0', NULL } |
111 | 113 | }; |
112 | 114 |