• src/sbbs3/ans2asc.c

    From rswindell@VERT to CVS commit on Mon Apr 20 03:41:12 2020
    src/sbbs3 ans2asc.c 1.14 1.15
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv1743

    Modified Files:
    ans2asc.c
    Log Message:
    Add '-ice' command-line option treat to ANSI "Blink" sequences as bright-background (iCE colors) using the new (to v3.17c) Ctrl-AE sequence rather than Ctrl-AI.


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Sat May 9 16:17:43 2020
    src/sbbs3 ans2asc.c 1.15 1.16
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv20649

    Modified Files:
    ans2asc.c
    Log Message:
    Changed the "home cursor" Ctrl-A code from ` (backtick) to ' (single-quote) to make room for strict hot-spots. Hopefully nothing was actually using this Ctrl-A code. I did some searches and couldn't find anything.


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Sun Apr 25 01:32:23 2021
    https://gitlab.synchro.net/main/sbbs/-/commit/ee41c8b6d100a3154f599541
    Modified Files:
    src/sbbs3/ans2asc.c
    Log Message:
    Fix new GCC 9.3 warnings.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on ChromeOS)@VERT to Git commit to main/sbbs/master on Sun Jun 18 19:40:35 2023
    https://gitlab.synchro.net/main/sbbs/-/commit/b4f9d84bf22652d2d32377e5
    Modified Files:
    src/sbbs3/ans2asc.c
    Log Message:
    Add -esc option for C-literal escaping/encoding of output (e.g. for JS/.ini)

    <phigz> what would you convert ansi to so it displays right when written out from a .js file?

    Now, you can use 'ans2asc -esc' for this purpose.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on Debian Linux)@VERT to Git commit to main/sbbs/master on Thu Jun 29 00:10:43 2023
    https://gitlab.synchro.net/main/sbbs/-/commit/0bdc22680db7a56b6df50de2
    Modified Files:
    src/sbbs3/ans2asc.c
    Log Message:
    Fix GCC warning

    warning: format not a string literal and no format arguments [-Wformat-security]
    <nelgin> gcc version 9.4.0

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