• src/uifc/uifc.h uifc32.c

    From Rob Swindell (on Debian Linux)@VERT to Git commit to main/sbbs/master on Thursday, September 26, 2024 14:49:54
    https://gitlab.synchro.net/main/sbbs/-/commit/1cc56f5e6c1f2e4fd9286a62
    Modified Files:
    src/uifc/uifc.h uifc32.c
    Log Message:
    Add uifcapi_t.reverse_cursor (BOOL), default is FALSE

    Setting this to TRUE reverses the type of cursor used to indicate insert
    versus overwrite mode (solid/block cursor veruss underline/normal cursor). Deuce probably wants to set this to TRUE for SyncTERM.

    ---
    þ 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 Tuesday, May 05, 2026 15:55:25
    https://gitlab.synchro.net/main/sbbs/-/commit/593a42b3331a50e786a7adbb
    Modified Files:
    src/uifc/uifc.h uifc32.c
    Log Message:
    uifc: WIN_NOFIND lets callers intercept Ctrl-F/Ctrl-G

    When set alongside WIN_EXTKEYS, ulist() returns the find/next-find
    keystroke to the caller instead of running its built-in linear label
    search. Lets a caller provide a richer "find" implementation (e.g. the
    new SCFG cross-menu option search) without losing the standard
    keybinding.

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

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