• exec/fseditor.js

    From Deuc¿@VERT to Git commit to main/sbbs/master on Monday, March 29, 2021 09:37:26
    https://gitlab.synchro.net/main/sbbs/-/commit/fbc4388850dd489bc8dc0bab
    Modified Files:
    exec/fseditor.js
    Log Message:
    Don't use handle_backspace() to handle delete.

    While they both delete a character, delete at the end of a line will
    move the next line up instead of moving this line up.

    Fixes #243

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Monday, April 12, 2021 13:20:34
    https://gitlab.synchro.net/main/sbbs/-/commit/011ae39c681714539aedeec2
    Modified Files:
    exec/fseditor.js
    Log Message:
    Do not use js.report_error()

    Properly throw an error instead.

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