• src/uifc/uifcx.c

    From Rob Swindell (on Debian Linux)@1:103/705 to Git commit to main/sbbs/master on Tuesday, February 14, 2023 23:07:07
    https://gitlab.synchro.net/main/sbbs/-/commit/3cc370b33a3537c1d21add2d
    Modified Files:
    src/uifc/uifcx.c
    Log Message:
    Create a (very simple) showbuf() implementation for the stdio uifc
    --- SBBSecho 3.20-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell (on Debian Linux)@1:103/705 to Git commit to main/sbbs/master on Tuesday, February 14, 2023 23:38:53
    https://gitlab.synchro.net/main/sbbs/-/commit/aa33f300fba7019efbbf5de9
    Modified Files:
    src/uifc/uifcx.c
    Log Message:
    showbuf() definition needs a name for the first arg for MSVC... but not for GCC or Clang interestingly enough.
    --- SBBSecho 3.20-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell (on ChromeOS)@1:103/705 to Git commit to main/sbbs/master on Saturday, March 25, 2023 18:46:50
    https://gitlab.synchro.net/main/sbbs/-/commit/5a8e1dfd9e1dbd38e637fc74
    Modified Files:
    src/uifc/uifcx.c
    Log Message:
    Make ulist() tolerant of NULL 'cur' parameter value and 'title'Running 'scfg -id -w' would crash due to NULL pointer dereference and displayprompts with a "[(null)]" title. Fixed.
    --- SBBSecho 3.20-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell (on ChromeOS)@1:103/705 to Git commit to main/sbbs/master on Sunday, March 26, 2023 12:57:50
    https://gitlab.synchro.net/main/sbbs/-/commit/4ed077e4ff59ea7008716a86
    Modified Files:
    src/uifc/uifcx.c
    Log Message:
    0-init local variable, fixes CID 451057
    --- SBBSecho 3.20-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell (on ChromeOS)@1:103/705 to Git commit to main/sbbs/master on Sunday, June 11, 2023 14:33:40
    https://gitlab.synchro.net/main/sbbs/-/commit/999c097c49ba2b102a3a41ee
    Modified Files:
    src/uifc/uifcx.c
    Log Message:
    Fix GCC warning: ignoring return value of ‘vasprintf’... declared with attribute ‘warn_unused_result’
    --- SBBSecho 3.20-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell (on Debian Linux)@1:103/705 to Git commit to main/sbbs/master on Friday, June 21, 2024 00:26:42
    https://gitlab.synchro.net/main/sbbs/-/commit/687a67317417f6aae122fb83
    Modified Files:
    src/uifc/uifcx.c
    Log Message:
    Pretend we know the screen width and that it's 132 columns wide

    ... for UIFC apps/scripts that have screen-width dependant behavior.
    --- SBBSecho 3.20-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)