• src/sbbs3/syncview/syncvi

    From Deuc¨@VERT to Git commit to main/sbbs/m on Wednesday, October 08, 2025 12:34:00
    https://gitlab.synchro.net/main/sbbs/-/commit/44332c57fc768ac7589ed857
    Modified Files:
    src/sbbs3/syncview/syncview.c
    Log Message:
    Support BinaryText

    Since these can be over 255 columns, and the textinfo struct can't,
    we need to not use textinfo for columns anymore and just dig it
    right out of the video mode... which likely means this won't work
    properly in text modes anymore.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¨@VERT to Git commit to main/sbbs/m on Wednesday, October 08, 2025 13:05:00
    https://gitlab.synchro.net/main/sbbs/-/commit/90a3cfde8ed9ddea68f8c030
    Modified Files:
    src/sbbs3/syncview/syncview.c
    Log Message:
    Fix up the palette

    We need to do a lookup through the DAC translation table.

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