• src/conio/cterm_dec.c

    From Deuc¿@VERT to Git commit to main/sbbs/master on Sun Jun 28 17:36:46 2026
    https://gitlab.synchro.net/main/sbbs/-/commit/a0870dcf49a2671250180dc6
    Modified Files:
    src/conio/cterm_dec.c
    Log Message:
    Parse complete sixel numeric commands incrementally

    Co-Authored-By: OpenAI Codex <codex@openai.com>

    ---
    Synchronet Vertrauen Home of Synchronet [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Sun Jun 28 19:13:52 2026
    https://gitlab.synchro.net/main/sbbs/-/commit/d65cb83886135cde52725ca0
    Modified Files:
    src/conio/cterm_dec.c
    Log Message:
    Fix sixel row background mask initialization

    Clear the reusable sixel row mask when starting each raster line and initialize the current raster span with the sixel background colour. This prevents unset pixels from reusing mask and pixel data left over from the previous sixel row buffer.

    Track the right edge of horizontally-scaled sixel cells so the full cell width is flushed to the backend.

    This should fix ticket 258.

    Co-Authored-By: OpenAI Codex <codex@openai.com>

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