tlf-devel
[Top][All Lists]
Advanced

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

Re: [Tlf-devel] first cwdaemon-0.8 beta


From: Joop Stakenborg
Subject: Re: [Tlf-devel] first cwdaemon-0.8 beta
Date: Sat, 13 Dec 2003 08:17:37 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.5) Gecko/20031105 Thunderbird/0.3

Rein Couperus wrote:
Hi Joop,

first problem solved, perfect cw now!!
Tune still does not work.
I cannot reach the special characters like *& - > and ! from tlf... did you notice that also?

Sri abt tt... I forgot to copy a file from my laptop to the internet PC before releasing the beta...

Here is another patch.

I will write the tlf support for this version during this weekend. (sound card support).


Please wait with the new release until I have implemented tuning correctly. Will do it next week and make another beta. ALso, the patch by Lada has to go in before 0.8 comes out.

10 meters still dead here, sun's not up yet.

Rein


Joop
diff -r -u cwdaemon-0.8beta1/cwlib.c cwdaemon/cwlib.c
--- cwdaemon-0.8beta1/cwlib.c   2003-12-01 20:54:23.000000000 +0100
+++ cwdaemon/cwlib.c    2003-12-13 08:11:33.000000000 +0100
@@ -260,6 +260,9 @@
        { ',', "--..--" }, { '-', "-....-" }, { '.', ".-.-.-" },
        { '/', "-..-."  }, { ':', "---..." }, { ';', "-.-.-." },
        { '=', "-...-"  }, { '?', "..--.." }, { '_', "..--.-" },
+                                       /* Cwdaemon special characters */
+       { '<', "...-.-" }, { '>', "-...-.-"}, { '!', "...-." }, 
+       { '&', ".-..."  }, { '*', ".-.-."  }
                                        /* ISO 8859-1 accented characters */
        { 0334,"..--"   },      /* U with diaresis */
        { 0304,".-.-"   },      /* A with diaeresis */

reply via email to

[Prev in Thread] Current Thread [Next in Thread]