• exec/load/ansiterm_lib.js

    From rswindell@VERT to CVS commit on Friday, May 01, 2020 02:10:38
    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');



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Friday, May 01, 2020 11:35:05
    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.


    ---
    þ 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 Friday, October 18, 2024 13:59:05
    https://gitlab.synchro.net/main/sbbs/-/commit/d5b7f937806f80ad2a3963b3
    Modified Files:
    exec/load/ansiterm_lib.js
    Log Message:
    Add mouse reporting modes not supported by SyncTERM

    1001, 1004, 1005, 1007, and 1015

    Add ability for the set/clear mouse reporting calls to set/clear
    'all' modes with a single function call.

    ---
    þ 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 Friday, October 18, 2024 13:59:05
    https://gitlab.synchro.net/main/sbbs/-/commit/1ebbc545c7e75ceefdeedbba
    Modified Files:
    exec/load/ansiterm_lib.js
    Log Message:
    Allow multiple mouse reporting modes to be set/clear by passing array

    This (ever so slightly) optimizes the transmtited ANSI sequences

    ---
    þ 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 Friday, October 18, 2024 13:59:05
    https://gitlab.synchro.net/main/sbbs/-/commit/4d0871829aa8fb5cac218e19
    Modified Files:
    exec/load/ansiterm_lib.js
    Log Message:
    Fix array support in mouse_reporting_modes()

    typeof [] returns 'object', not 'array'

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