• src/doors/syncduke/syncduke_input.c syncduke_node.c

    From Rob Swindell (on Windows 11)@VERT to Git commit to main/sbbs/master on Sunday, July 05, 2026 16:57:04
    https://gitlab.synchro.net/main/sbbs/-/commit/444e8c5694bf791649ee4961
    Modified Files:
    src/doors/syncduke/syncduke_input.c syncduke_node.c
    Log Message:
    syncduke: fix -Wmisleading-indentation warnings (unstack crammed lines)

    The same crammed-one-liner pattern GCC's -Wall flags in SyncDOOM also lived
    in the SyncDuke shims -- unstack them, one statement per line at the correct depth (tabs, per uncrustify.cfg), no behavior change:

    syncduke_input.c evdev_edge case 29/97 (Ctrl), 56/100 (Alt), 103/108 (arrows);
    the F1-F7 cases 59-65; and csi param parse "if (have) ... "
    syncduke_node.c the Ctrl-A / whitespace-fold strip, and the column clamp
    ("if (w > 80) w = 80; if (w < 20) w = 20;")

    Braced single-statement bodies (e.g. the look_hold cases) don't trip the warning and were left as-is.

    Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>

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