acerion / cwdaemon

Morse code daemon for unix systems
GNU General Public License v2.0
14 stars 5 forks source link

clarify the effect of tilde character #2

Closed zcsahok closed 8 years ago

zcsahok commented 8 years ago

Fixed the example and clarified that extra space is added after the next char (i.e. not at the place of the tilde itself).

In fact I'd have liked if ~ could represent the space, just as the normal space char does. Adding it after the next char is counter intuitive, IMO.

acerion commented 8 years ago

Merged the commit. Thank you for contributing (and sorry for late reply).

Regarding the second part of your comment: that would mean changing existing interface to cwdaemon. I don't think that users would approve such changes in mature application.

zcsahok commented 8 years ago

Clear, it's too late to change. We have to leave with it. One could however consider adding another special char (maybe the pipe) for this purpose.