• exec/load/tdfonts_lib.js exec/tdfiglet.js

    From Rob Swindell (on ChromeOS)@VERT to Git commit to main/sbbs/master on Sat Apr 26 18:16:42 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/06d761845640dd88f770c5cd
    Modified Files:
    exec/load/tdfonts_lib.js exec/tdfiglet.js
    Log Message:
    Add word-wrap support

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on ChromeOS)@VERT to Git commit to main/sbbs/master on Sat Apr 26 19:38:55 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/dc6caaf2f3ac8efc95b9b732
    Modified Files:
    exec/load/tdfonts_lib.js exec/tdfiglet.js
    Log Message:
    Add tdfiglet -R option for random font with retry (e.g. if too wide for screen)

    ... use with caution as you could get into an infinite exception/retry loop using this feature.

    tdfonts_lib opt.retry added (default: false/disabled)

    Removed some unnecessary comments from lib source

    ---
    þ 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 Sat Apr 26 23:14:22 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/3d87546c9e74b301495b673b
    Modified Files:
    exec/load/tdfonts_lib.js exec/tdfiglet.js
    Log Message:
    Add support for looping through fonts (-l option) with pause (-p)

    Cleaned-up the font filename weirdness in the lib.

    ---
    þ 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 Mon Feb 23 02:24:19 2026
    https://gitlab.synchro.net/main/sbbs/-/commit/90b77173708c36de67b1532d
    Modified Files:
    exec/load/tdfonts_lib.js exec/tdfiglet.js
    Log Message:
    Add support for specifying an alternate font directory (-d option)

    Find/use any capitalization of *.tdf files in the font directory (not just *.tdf, lowercase).

    Fix off-by-one bug in random font file selection: random() returns a value between 0 and the argument value minus 1, so if you're selecting a random
    index into an array, just pass the array length (not array length plus one).

    Fix issue #1077

    ---
    þ 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 Mon Feb 23 15:37:17 2026
    https://gitlab.synchro.net/main/sbbs/-/commit/82bf68d8b5a1ce6850d1dbc5
    Modified Files:
    exec/load/tdfonts_lib.js exec/tdfiglet.js
    Log Message:
    tdfiglet -l now loops through all fonts of each .tdf file

    ... unless a specific index (-x option) was specified

    Fix issue #1080, the FHD issue

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