• src/sbbs3/con_out.cpp putmsg.cpp

    From rswindell@1:103/705 to CVS commit on Wed Oct 10 21:11:33 2018
    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.


    --- SBBSecho 3.06-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • 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.

    --- SBBSecho 3.11-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • 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.

    --- SBBSecho 3.11-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • 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.

    --- SBBSecho 3.11-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)