• src/sbbs3/main.cpp sbbs.h con_out.cpp

    From rswindell@1:103/705 to CVS commit on Sun Feb 4 22:07:10 2018
    src/sbbs3 main.cpp 1.665 1.666 sbbs.h 1.466 1.467 con_out.cpp 1.79 1.80
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv20597

    Modified Files:
    main.cpp sbbs.h con_out.cpp
    Log Message:
    sbbs_t::outcom() now retries (1000 times with 80ms delays) if the transmit buffer if full. So now everything that uses outcom (including JS
    console.write) now includes a retry. The lower-level non-retry outcom()
    was renamed _outcom() (and is used by outcom).
    Added new Ctrl-A code: Ctrl-AF - enables the blink attribute, but only
    if/when a blink font was activated in the terminal. Lower-case 'f' refers
    to the normal-intensity blink-font. Uppercase 'F' refers to the high
    intensity blink-font. This allows you to mix fonts in text/menu files
    and not have annoying blinking text in non-supporting terminals. This is
    the first Ctrl-A code to be case-sensitive.


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