• src/sbbs3/atcodes.cpp con_out.cpp js_console.cpp sbbs.h

    From rswindell@VERT to CVS commit on Tue Jul 9 17:27:02 2019
    src/sbbs3 atcodes.cpp 1.95 1.96 con_out.cpp 1.108 1.109 js_console.cpp 1.130 1.131 sbbs.h 1.526 1.527
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv9374

    Modified Files:
    atcodes.cpp con_out.cpp js_console.cpp sbbs.h
    Log Message:
    Fun with Unicode!
    Create a sbbs_t method: wide(), which displays a string using "fullwidth" Unicode characters, when possible, otherwise, double-spaced.
    Exposed in JS via console.wide() and a new @-code: WIDE:<string>


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Mon Oct 7 15:08:58 2019
    src/sbbs3 atcodes.cpp 1.117 1.118 con_out.cpp 1.125 1.126 js_console.cpp 1.140 1.141 sbbs.h 1.552 1.553
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv26244

    Modified Files:
    atcodes.cpp con_out.cpp js_console.cpp sbbs.h
    Log Message:
    New sbbs_t method: cursor_xy(), works with both PETSCII and ANSI terminals.
    JS console.gotoxy() and the GOTOXY @-code now work with PETSCII terminals (homes the cursor then moves down and right the appropriate number of rows
    and columns). Bummer I didn't think of this method sooner.


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