• src/conio/ansi_cio.c

    From Deuc¿@VERT to Git commit to main/sbbs/master on Friday, January 03, 2025 10:22:13
    https://gitlab.synchro.net/main/sbbs/-/commit/caa48db038e3a581d396851c
    Modified Files:
    src/conio/ansi_cio.c
    Log Message:
    Add missing continue

    We don't want ch == -2 derping through the rest of the loop.
    Luckily, ch is never currently == -2 as far as I know.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Saturday, January 04, 2025 15:03:09
    https://gitlab.synchro.net/main/sbbs/-/commit/b077540e801722728d8f9af4
    Modified Files:
    src/conio/ansi_cio.c
    Log Message:
    Fix ANSI mode window size detection.

    Previously, it wrote to the last cell on the screen, so would
    detect column 1 in terminals that wrapped, now moves back one
    cell before printing the _.

    Also, since that's fixed, grab the number of columns as well.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Saturday, January 04, 2025 16:19:54
    https://gitlab.synchro.net/main/sbbs/-/commit/b6b57d129681abee2d8acc31
    Modified Files:
    src/conio/ansi_cio.c
    Log Message:
    Fix ANSI mode window size detection.

    Previously, it wrote to the last cell on the screen, so would
    detect column 1 in terminals that wrapped, now moves back one
    cell before printing the _.

    Also, since that's fixed, grab the number of columns as well.

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