• src/sbbs3/js_console.cpp

    From Deuc¿@VERT to Git commit to main/sbbs/m on Sunday, March 02, 2025 20:44:00
    https://gitlab.synchro.net/main/sbbs/-/commit/db8708b2d9c285a40d79eeda
    Modified Files:
    src/sbbs3/js_console.cpp
    Log Message:
    Add console.cleartoeos() method

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on Windows@VERT to Git commit to main/sbbs/m on Monday, April 28, 2025 20:17:00
    https://gitlab.synchro.net/main/sbbs/-/commit/9ff2721d7fe69b2c3c43055e
    Modified Files:
    src/sbbs3/js_console.cpp sbbs.h sbbsdefs.h writemsg.cpp
    Log Message:
    Insure messages created/edited are always CRLF line-terminated

    Even if a message editor is configured to *not* expand LF to CRLF (in SCFG), when creating or editing message text, always do the LF->CRLF expansion, for uniformity.

    Allow the wmode flag (WM_*) to be passed to JS console.editfile() for use in other scenarios where we want to insure the file is CRLF-terminated.

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