From rswindell@1:103/705 to CVS commit on Sat May 9 01:34:25 2020
src/sbbs3 con_out.cpp 1.134 1.135 putmsg.cpp 1.64 1.65
Update of /cvsroot/sbbs/src/sbbs3
In directory cvs:/tmp/cvs-serv3500
Modified Files:
con_out.cpp putmsg.cpp
Log Message:
One more method of creating a (single-character) mouse hot-spot since @-codes are not universally supported everywhere or always convenient:
Ctrl-A~
The character immediately following a ^A~ will be added as a single-char mouse hot-spot.
From rswindell@1:103/705 to CVS commit on Sat May 9 16:41:44 2020
src/sbbs3 con_out.cpp 1.136 1.137 putmsg.cpp 1.66 1.67
Update of /cvsroot/sbbs/src/sbbs3
In directory cvs:/tmp/cvs-serv24835
Modified Files:
con_out.cpp putmsg.cpp
Log Message:
If ^A~or ^A` is followed by a ctrl charcter, don't treat as a hot-spot. This helps to insure that if there are any .asc/.msg files "in the wild" that have a sequence of ^A`^AL (home-cursor, clear-screen), they'll still render as before
the introduction fo the strict hot-spot ^A` sequence.
From rswindell@1:103/705 to CVS commit on Sun May 10 22:03:47 2020
src/sbbs3 con_out.cpp 1.137 1.138 putmsg.cpp 1.67 1.68
Update of /cvsroot/sbbs/src/sbbs3
In directory cvs:/tmp/cvs-serv19562
Modified Files:
con_out.cpp putmsg.cpp
Log Message:
If Ctrl-A~ is followed by a control character (e.g. CR or LF) or the end of the string/file, then create a hungry hotspot for the line that sends CR when clicked.