• src/sbbs3/con_out.cpp

    From rswindell@VERT to CVS commit on Monday, September 09, 2019 22:03:00
    src/sbbs3 con_out.cpp 1.122 1.123
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv12546

    Modified Files:
    con_out.cpp
    Log Message:
    In print_utf8_as_cp437(): if a sequence is an invalid UTF-8 sequence, assume it's a CP437 character (e.g. inadvertently included in a UTF-8 encoded text) and display as such.



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Saturday, September 21, 2019 03:10:09
    src/sbbs3 con_out.cpp 1.124 1.125
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv12900

    Modified Files:
    con_out.cpp
    Log Message:
    Make center() less destructive:
    Use cursor-right movement rather than spaces for left-margin.
    Don't do the clear-to-EOL thing added in previous commit.



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Tuesday, October 08, 2019 00:01:26
    src/sbbs3 con_out.cpp 1.126 1.127
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv6233

    Modified Files:
    con_out.cpp
    Log Message:
    rputs() now support CP437 0xDB (solid block) to PETSCII conversion (requires enabling/disabling reverse mode), ala outchar().


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Thursday, March 19, 2020 18:41:58
    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 Wednesday, April 29, 2020 20:39:20
    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 Wednesday, April 29, 2020 20:43:10
    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 Rob Swindell (on Windows 11)@VERT to Git commit to main/sbbs/master on Friday, November 15, 2024 18:29:09
    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 Friday, January 03, 2025 20:05:41
    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