• src/uifc/uifc.h uifc32.c

    From rswindell@VERT to CVS commit on Friday, April 10, 2020 01:09:01
    src/uifc uifc.h 1.95 1.96 uifc32.c 1.260 1.261
    Update of /cvsroot/sbbs/src/uifc
    In directory cvs:/tmp/cvs-serv8639

    Modified Files:
    uifc.h uifc32.c
    Log Message:
    Don't set the API "changes" flag when just searching for text and editing
    the find-text string.


    ---
    þ 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 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 Deuc¿@VERT to Git commit to main/sbbs/master on Tuesday, January 07, 2025 00:48:50
    https://gitlab.synchro.net/main/sbbs/-/commit/4b16eedde4886f7277fba7bf
    Modified Files:
    src/uifc/uifc.h uifc32.c
    Log Message:
    Add new WIN_ATEXIT to disable UIFC_XF_QUIT effect

    ---
    þ 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