• src/uifc/uifc.h uifc32.c uifcx.c

    From Rob Swindell (on Debian Linux)@VERT to Git commit to main/sbbs/master on Tue Jun 18 22:40:02 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/521e0f4881705555c5276b32
    Modified Files:
    src/uifc/uifc.h uifc32.c uifcx.c
    Log Message:
    Add WIN_BLANKOPTS list() option, to support options/lists with blank lines

    This requires that the option list be NULL-terminated, when used.

    For use with js_uifc.c (JS uifc.list method).

    For some reason, this exposed an issue where "(null)" would be printed for
    the last line when combined with WIN_XTR mode flag, so worked around that
    bug too.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Fri Apr 3 14:10:33 2020
    src/uifc uifc.h 1.94 1.95 uifc32.c 1.252 1.253 uifcx.c 1.39 1.40
    Update of /cvsroot/sbbs/src/uifc
    In directory cvs:/tmp/cvs-serv16846

    Modified Files:
    uifc.h uifc32.c uifcx.c
    Log Message:
    uifcapi_t:
    - msg() now returns an int (e.g. 0 for OK, non-zero otherwise)
    - add msgf() a printf-style version of msg()
    - add confirm() a printf-stle yes/no dialog (returns TRUE on "Yes"/default)
    - add deny() a printf-style no/yes dialog (returns TRUE on "No"/default)
    - add yesNoOpts to allow application to over-ride "Yes"/"No" strings.


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