• src/sbbs3/con_out.cpp newuser.cpp

    From Rob Swindell (on Debian Linux)@1:103/705 to Git commit to main/sbbs/master on Fri Jan 27 21:14:16 2023
    https://gitlab.synchro.net/main/sbbs/-/commit/adb05e50ffca63c403382ea8
    Modified Files:
    src/sbbs3/con_out.cpp newuser.cpp
    Log Message:
    New user terminal settings weren't display/settable durin sign-upThe interactive prompting for terminal capabilities worked fine,but the default configuration menu settings did not reflect theuser's previous choices and changes they made (e.g. toggle mousesupport or BS/DEL key swap) were not reflected in the menu. Oncelogged in, the normal user defaults menu worked as expected. Thisis all because term_supports() keyed off of SS_USERON which isn'tset during new user sign-up, so let's key off SS_USERON|SS_NEWUSERnow.
    --- SBBSecho 3.20-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)