• src/sbbs3/con_out.cpp

    From Rob Swindell (on Windows 11)@VERT to Git commit to main/sbbs/master on Sat May 25 12:03:38 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/4df2ae8f16a74cb136787507
    Modified Files:
    src/sbbs3/con_out.cpp
    Log Message:
    Move the line_delay logic so it has effect on PETSCII terminals too

    Fix issue #759

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Thu Mar 19 19:41:58 2020
    src/sbbs3 con_out.cpp 1.127 1.128
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv3042

    Modified Files:
    con_out.cpp
    Log Message:
    Fix oft-reported bug: sbbs_t::backfill() didn't support PETSCII terminals
    Nah, seriously, though is anyone but me using PETSCII? :-)


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Wed Apr 29 21:39:20 2020
    src/sbbs3 con_out.cpp 1.129 1.130
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv15443

    Modified Files:
    con_out.cpp
    Log Message:
    Fix a couple of printf-format warnings in debug-level log output.
    Exclude these messages from non-debug builds too.


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Wed Apr 29 21:43:10 2020
    src/sbbs3 con_out.cpp 1.130 1.131
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/home/rswindell/sbbs/src/sbbs3

    Modified Files:
    con_out.cpp
    Log Message:
    Fix printf-format warning for reals this time.



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Fri May 8 03:00:13 2020
    src/sbbs3 con_out.cpp 1.133 1.134
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv31289

    Modified Files:
    con_out.cpp
    Log Message:
    clearscreen() must always reset row and column.


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Tue May 12 01:22:40 2020
    src/sbbs3 con_out.cpp 1.138 1.139
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv23595

    Modified Files:
    con_out.cpp
    Log Message:
    line_feed() and cursor_down() were not incrementing the current row count.


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Tue May 12 12:07:39 2020
    src/sbbs3 con_out.cpp 1.139 1.140
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv16926

    Modified Files:
    con_out.cpp
    Log Message:
    sbbs_t::clearscreen() should reset the line counter too.


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Thu Nov 26 01:35:13 2020
    https://gitlab.synchro.net/main/sbbs/-/commit/0d26e562054cafc155b71e46
    Modified Files:
    src/sbbs3/con_out.cpp
    Log Message:
    When console output is off, ignore most Ctrl-A codes

    Ctrl-A codes that cause cursor movement or attribute changes or anything except toggling the console output will now be ignored when console output is off.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on Windows 11)@VERT to Git commit to main/sbbs/master on Fri Nov 15 18:29:09 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/6135284f950b9bfc6ac3d58b
    Modified Files:
    src/sbbs3/con_out.cpp
    Log Message:
    The progress reports (e.g. "[ Done 100.0% ]") should never go to logs

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on Windows 11)@VERT to Git commit to main/sbbs/master on Fri Jan 3 20:05:41 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/4728536ae5fc6bd4de2e0907
    Modified Files:
    src/sbbs3/con_out.cpp
    Log Message:
    Fix off-by-one error in sbbs_t::cleartoeol() for non-ANSI terminals

    This was evident by logging in with PETSCII/64col mode and the last ']' of the "Loading message pointers..." progress indicator was left in the first right column of the screen.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on Windows 11)@VERT to Git commit to main/sbbs/master on Fri Jan 10 18:20:49 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/a79988ca5e6919a7c2b15a74
    Modified Files:
    src/sbbs3/con_out.cpp
    Log Message:
    Propagate the non-auto user terminal dimensions to the runtime values, always

    Previously, if either of the user terminal dimensions was set to a auto (0) then we wouldn't propagate the other specific (non-zero) value to the runtime console dimension. Usually a user will set either both values (cols and rows) to 0/auto or neither. So this isn't a oft-used configuration combo.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net