• src/doors/syncdoom/m_menu.c

    From Rob Swindell (on Debian Linux)@VERT to Git commit to main/sbbs/master on Sat Jun 20 14:04:41 2026
    https://gitlab.synchro.net/main/sbbs/-/commit/2054363d126d08ba0cd266bc
    Modified Files:
    src/doors/syncdoom/m_menu.c
    Log Message:
    syncdoom: move the build-id to the lower-right of the F1 controls screen

    Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on Debian Linux)@VERT to Git commit to main/sbbs/master on Tue Jun 23 00:45:22 2026
    https://gitlab.synchro.net/main/sbbs/-/commit/74be640e7e35d1131c6fbc91
    Modified Files:
    src/doors/syncdoom/m_menu.c
    Log Message:
    syncdoom: shorten the F1 help line to "CTRL-S STATS"

    Match the in-game STATS ON/OFF toggle label (was "STATISTICS").

    Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on Debian Linux)@VERT to Git commit to main/sbbs/master on Sat Jul 4 00:42:13 2026
    https://gitlab.synchro.net/main/sbbs/-/commit/d60a68a76d0aad370c3f7904
    Modified Files:
    src/doors/syncdoom/m_menu.c
    Log Message:
    syncdoom: hide inert Options rows (End Game at title, Mouse Sens off)

    Two Options-menu rows that do nothing in their inactive state stayed
    visible and cursor-selectable:

    - MOUSE SENS: dropped from the item count when terminal-mouse steering
    is off (nothing to tune). It is the last row, so the skull cursor
    simply stops one row short; the MOUSE toggle above it reveals it.

    - END GAME: only ends an active game -- at the title screen it just
    grunts. Now hidden there: its patch is blanked, it is marked status
    -1 so up/down/Home/End skip it, and the rest of the menu reflows up
    into its row by shifting OptionsDef.y one LINEHEIGHT (every Options
    row is drawn OptionsDef.y-relative). It reappears at the top once a
    game is running.

    Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>

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