• 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 Friday, January 31, 2025 12:25:25
    https://gitlab.synchro.net/main/sbbs/-/commit/ee965f2133c9b34d1c251946

    Modified Files:
    src/uifc/uifc.h uifc32.c
    Log Message:
    Add K_CHANGED mode flag for uifc.input()

    Used in combination with K_EDIT, if the string isn't actually changed, return
    -1 (same as abort/ESC).

    This allows the elimination of some save/compare/copy code in SCFG where we
    only care to even look at the string if it was changed from its existing
    value.

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