• exec/SlyEdit_DCTStuff.js

    From nightfox@1:103/705 to CVS commit on Sun Jul 21 14:55:57 2019
    exec SlyEdit_DCTStuff.js 1.23 1.24
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv13633

    Modified Files:
    SlyEdit_DCTStuff.js
    Log Message:
    Fix for initial display of the screen when the subject is >= the maximum allowed subject length

    --- SBBSecho 3.07-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Eric Oulashin@1:103/705 to Git commit to main/sbbs/master on Sat Feb 24 13:11:05 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/0df8c285d853a75128e1a064
    Modified Files:
    exec/SlyEdit_DCTStuff.js
    Log Message:
    SlyEdit DCT: Use Math.floor() to create an actual number instead of toFixed(0) like I was in some very old parts of the code. This fixes some cursor position
    calculations (for the current time, particularly).
    --- SBBSecho 3.20-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 Feb 24 13:11:05 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/7686fe93bd9f87938007998d
    Modified Files:
    exec/SlyEdit_DCTStuff.js
    Log Message:
    Merge branch 'SlyEdit_DCT_Math_floor_instead_of_toFixed' into 'master'

    SlyEdit DCT: Use Math.floor() to create an actual number instead of toFixed(0) like I was in some very old parts of the code. This fixes some cursor position
    calculations (for the current time, particularly).

    See merge request main/sbbs!414
    --- SBBSecho 3.20-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Eric Oulashin@1:103/705 to Git commit to main/sbbs/master on Tue Feb 27 12:52:13 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/a83331cf1e6df7a9f4b189bc
    Modified Files:
    exec/SlyEdit_DCTStuff.js
    Log Message:
    SlyEdit DCT: Fix so that the quote window bottom border is drawn the full width, not 2 characters short (not sure why this started happening)
    --- SBBSecho 3.20-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 Tue Feb 27 12:52:13 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/58064722ab9750099e07bb68
    Modified Files:
    exec/SlyEdit_DCTStuff.js
    Log Message:
    Merge branch 'SlyEdit_DCT_quote_win_bottom_border_fix' into 'master'

    SlyEdit DCT: Fix so that the quote window bottom border is drawn the full width, not 2 characters short (not sure why this started happening)

    See merge request main/sbbs!416
    --- SBBSecho 3.20-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)