• exec/load/ansiterm_lib.js

    From Rob Swindell@VERT to Git commit to main/sbbs/master on Sunday, March 07, 2021 15:33:29
    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 is

    e.g. ANSI.SYS doesn't appear to support it
    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Sunday, March 27, 2022 03:08:45
    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 values

    Create expand_ctrl_a() method that expands Ctrl-A attribute codes in a string into ANSI escape sequences.
    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Saturday, April 09, 2022 11:38:25
    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 Keyop

    Broken in commit ce01d8a79d0263.
    F*ck the English language.
    ---
    þ 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