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

    From rswindell@1:103/705 to CVS commit on Mon Oct 8 18:34:10 2018
    src/sbbs3 sbbsdefs.h 1.224 1.225 con_out.cpp 1.87 1.88 js_console.cpp 1.118 1.119 main.cpp 1.731 1.732 sbbs.h 1.488 1.489
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv12242

    Modified Files:
    sbbsdefs.h con_out.cpp js_console.cpp main.cpp sbbs.h
    Log Message:
    Replaced the set of (ancient) arrays used for saving/restoring lines of terminal text and attributes with a linked-list. In doing so:
    - the save depth is no longer fixed (at 4), but dynamic and unbounded
    - the current column position is also saved/restored (bug fix)
    - no more copy/pasta from sbbsdefs.h into js_console.cpp
    - the JS console.saveline() and restore() methods now return Bool to indicate
    success/failure

    Also, some trailing white-space was auto-removed due to local editor settings.



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