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

    From Rob Swindell to Git commit to main/sbbs/master on Thursday, May 13, 2021 22:46:56
    https://gitlab.synchro.net/main/sbbs/-/commit/7c1e72b8ab42e05c9fe0f5d1
    Modified Files:
    src/sbbs3/con_out.cpp file.cpp sbbs.h
    Log Message:
    Simplify the check-and-clear of console abort status

    by adding a 'clear' argument to msgabort() that defaults to false. Pass true to check-and-clear.
    checkline() is a NO-OP, so start eliminating "calls" to it.