• src/doors/termgfx/README.

    From Rob Swindell (on Debian L@VERT to Git commit to main/sbbs/m on Fri Jun 26 01:24:00 2026
    https://gitlab.synchro.net/main/sbbs/-/commit/c5793ff775810f1a8adfef04
    Added Files:
    src/doors/termgfx/README.md apc.c apc.h caps.c caps.h jxl.c jxl.h term.c term.h text.c text.h
    Modified Files:
    src/doors/termgfx/CMakeLists.txt sixel.c sixel.h
    Log Message:
    termgfx: add JPEG XL, APC transport, cap-probe, and text-block tiers

    Extend the shared door-graphics library beyond sixel: a libjxl encoder
    (jxl.c, behind WITH_JXL), the SyncTERM APC cached-image transport (apc.c),
    the Q;JXL capability cap-probe (caps.c), and the ANSI text/block-character render tiers (text.c, moved from syncdoom/render_text.c and made framebuffer- source-agnostic). All I/O-free: the encoders build bytes, the door sends them.

    Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on Debian L@VERT to Git commit to main/sbbs/m on Wed Jul 1 23:24:00 2026
    https://gitlab.synchro.net/main/sbbs/-/commit/1456b48f467e9de0340159b9
    Modified Files:
    src/doors/termgfx/README.md
    Log Message:
    termgfx: document Contour + WezTerm in the terminal-compat matrix

    Contour: scaled sixel + kitty keyboard (its numpad/shift kitty encodings still have quirks under investigation, separate from graphics). WezTerm (verified on Windows, build 20260627-110829-e46fe38c): sixel but full-size only (no client-side vertical scaling -> needs the SD_SIXEL_FULL path), and no kitty keyboard.

    Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>

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