• src/conio/ansi_cio.c

    From Deucе@VERT to Git commit to main/sbbs/master on Fri Jan 3 10:22:13 2025
    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 Sat Jan 4 15:03:09 2025
    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 Sat Jan 4 16:19:54 2025
    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