• src/sbbs3/con_out.cpp sbbsdefs.h

    From rswindell@1:103/705 to CVS commit on Fri May 3 22:25:18 2019
    src/sbbs3 con_out.cpp 1.96 1.97 sbbsdefs.h 1.238 1.239
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv19251

    Modified Files:
    con_out.cpp sbbsdefs.h
    Log Message:
    Added a new sbbs_t.console (JS console.status) flag: CON_CR_CLREOL, which
    when set, force a clear-to-end-of-line sequence to be sent to the remote terminal before sending a carriage-return (CR, '\r') character. This is useful in scenarios where you want to move/home the cursor and *not* clear the screen and then display or execute something that assumes clean lines are being displayed on and thus wouldn'd bother with any clear-to-eol sequences before line-endings.
    Any scripts that enable this mode should disable it upon exit (e.g. using js.on_exit() to restore the original console status).

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