• src/conio/cterm_dec.c

    From Deuc¿@VERT to Git commit to main/sbbs/master on Tue Apr 21 11:29:08 2026
    https://gitlab.synchro.net/main/sbbs/-/commit/782d57433839261e5f977432
    Modified Files:
    src/conio/cterm_dec.c
    Log Message:
    Another warning

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Mon Jun 22 23:03:52 2026
    https://gitlab.synchro.net/main/sbbs/-/commit/fda337b1e9f3280306ab677a
    Modified Files:
    src/conio/cterm_dec.c
    Log Message:
    Ensure pixelsb is initialized for setpixels()

    This could cause weird blinking issues with sixel background areas

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • 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