* Added following to inline macro set
- <!RIGCAT:...>
* Added video text tag, always executes inline
- <VIDEO:text>
* Added new post <RX> processing que and the following
tags
- <@MODEM:
- <@RIGCAT:
- <@GOFREQ:
- <@GOHOME>
- <@RIGMODE:
- <@FILWID:
- <@TXRSID:
* Add ability to send a gray scale image using the macro
<IMAGE:filename>
gray scale switch used as:
<IMAGE:G,filename> or
<IMAGE:g,filename>
white space may appear anywhere in front of the filename
as in
<IMAGE: G, filename>
* update to documentation
* initialize active_modem pointer to point to
an instance of NULLMODEM, before any other threads
or UI are started.
* eliminates active_modem pointing to a NULL pointer
and being accessed by a thread external from the
thread which initializes the active modem. This
segmentation fault seems associated with an OS
which manages threads over multiple cpu cores.
* Still retains use of " ^r " in the user window
* Covers special-case for FLARQ usage where ETX should
stop the modem
* EOT character can now be transmitted from Tx window instead
of switching to Rx mode
* From: Andrej Lajovic <s57ln@hamradio.si>
- Substitute symbolic names for negative return values of
get_tx_char()
* Added NULL modem, a device which does not receive
but can enable transmit.
- used as modem type before !QSY, !GOFREQ etc
- used with <DTMF... to transmit DTMF tones and no
other modem audio stream
* Modified IDLE test in get_tx_char