_  _    __    ___  __    ___  _____  _  _
 ( \( )  /__\  / __)(  )  / __)(  _  )( \( )
  )  (  /(__)\( (__  )(__( (__  )(_)(  )  (
 (_)\_)(__)(__)\___)(____)\___)(_____)(_)\_)

The History of Hacking  ·  May 31 – June 2, 2026  ·  Carolina Beach, NC

Connect from your terminal: telnet naclconbbs.net 23  |  ssh naclconbbs.net -p 2222

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

    From Rob Swindell (on Windows 11)@VERT to Git commit to main/sbbs/master on Sun Jul 5 16:57:04 2026
    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