• exec/load/ansiterm_lib.js

    From rswindell@1:103/705 to CVS commit on Fri May 1 03:10:38 2020
    exec/load ansiterm_lib.js 1.8 1.9
    Update of /cvsroot/sbbs/exec/load
    In directory cvs:/tmp/cvs-serv27270

    Modified Files:
    ansiterm_lib.js
    Log Message:
    Add mouse support control method, e.g.:
    ansi.send('mouse', enable ? 'set' : 'clear', 'x10_compatible'); ansi.send('mouse', enable ? 'set' : 'clear', 'extended_coord');


    --- SBBSecho 3.11-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From rswindell@1:103/705 to CVS commit on Fri May 1 12:35:05 2020
    exec/load ansiterm_lib.js 1.9 1.10
    Update of /cvsroot/sbbs/exec/load
    In directory cvs:/tmp/cvs-serv30732

    Modified Files:
    ansiterm_lib.js
    Log Message:
    Fix the mouse thing.

    --- SBBSecho 3.11-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell@1:103/705 to Git commit to main/sbbs/master on Sun Mar 7 15:33:29 2021
    https://gitlab.synchro.net/main/sbbs/-/commit/47cc6ecaf3e2adc83c3dbd2c
    Modified Files:
    exec/load/ansiterm_lib.js
    Log Message:
    Add a state.reset() method - not sure how widely supported this seqwuence ise.g. ANSI.SYS doesn't appear to support it
    --- SBBSecho 3.13-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell@1:103/705 to Git commit to main/sbbs/master on Sun Mar 27 03:08:45 2022
    https://gitlab.synchro.net/main/sbbs/-/commit/c3d36cd209cb44752a85049c
    Modified Files:
    exec/load/ansiterm_lib.js
    Log Message:
    Define and use standard ANSI attribute codes and mappings to CGA valuesCreate expand_ctrl_a() method that expands Ctrl-A attribute codes in a stringinto ANSI escape sequences.
    --- SBBSecho 3.15-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell@1:103/705 to Git commit to main/sbbs/master on Sat Apr 9 11:38:25 2022
    https://gitlab.synchro.net/main/sbbs/-/commit/49bae37e92108c043d51e2c3
    Modified Files:
    exec/load/ansiterm_lib.js
    Log Message:
    Fix the graphic(BIN)->ANSI->HTML translation issue reported by KeyopBroken in commit ce01d8a79d0263.F*ck the English language.
    --- SBBSecho 3.15-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)