• src/sbbs3/con_out.cpp putmsg.cpp

    From rswindell@VERT to CVS commit on Wednesday, October 10, 2018 21:11:33
    src/sbbs3 con_out.cpp 1.88 1.89 putmsg.cpp 1.36 1.37
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/home/rswindell/sbbs/src/sbbs3

    Modified Files:
    con_out.cpp putmsg.cpp
    Log Message:
    Since rev 1.27 of prntfile.cpp (Sept-30), the stock scanmsg.asc menu
    ('?' from the Reading Messages prompt) would not fully display because
    it contains a Ctrl-Z character (for the right-arrow symbol). Rather than
    revert the menu() change (where CPM-EOF mode is the default for menu
    files) - change the Ctrl-AZ sequence from "premature end-of-file" to instead send an actual Ctrl-Z character (similiar to Ctrl-AA, Ctrl-AL, etc.). This changes the long-standing behavior of what Ctrl-AZ does, but since that was
    a dubious "feature" that I'm pretty sure nobody used, I'm will to take that chance. If you need a premature EOF now, just use a regular ole Ctrl-Z
    char instead (or even the @eof@ code). Of course the msgscan.asc now has
    to change accordingly.



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Saturday, May 09, 2020 01:34:25
    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.


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Saturday, May 09, 2020 16:41:44
    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.


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Sunday, May 10, 2020 22:03:47
    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.


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net