• src/uifc/uifc.h uifc32.c

    From rswindell@1:103/705 to CVS commit on Fri Apr 10 02:09:01 2020
    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.

    --- SBBSecho 3.10-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Deucе@1:103/705 to Git commit to main/sbbs/master on Thu Feb 10 15:36:35 2022
    https://gitlab.synchro.net/main/sbbs/-/commit/12e02add68d3cc3a547158dd
    Modified Files:
    src/uifc/uifc.h uifc32.c
    Log Message:
    Consitfy showbuf too
    --- SBBSecho 3.14-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Deucе@1:103/705 to Git commit to main/sbbs/master on Thu Feb 10 16:50:51 2022
    https://gitlab.synchro.net/main/sbbs/-/commit/a035db22322ea2dd94b5948d
    Modified Files:
    src/uifc/uifc.h uifc32.c
    Log Message:
    More constifying of showbuf()Oddly enough the hbuf wasn't actually modified. --- SBBSecho 3.14-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 Tue Feb 21 20:30:27 2023
    https://gitlab.synchro.net/main/sbbs/-/commit/3a2c90b237cdc5e7d9b4937f
    Modified Files:
    src/uifc/uifc.h uifc32.c
    Log Message:
    Add input K_TRIM and K_NOSPACE mode flagsK_TRIM causes leading and trailing whitespace to be trimmed.K_NOSPACE disallows any whitespace characters to be added to the string.Previously, trailing whitespace was always trimmed. Now, only do thatif/when K_TRIM is specified.
    --- 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 Tue Feb 21 20:30:27 2023
    https://gitlab.synchro.net/main/sbbs/-/commit/d8dfa611ae0c009ea16fa9d8
    Modified Files:
    src/uifc/uifc.h uifc32.c
    Log Message:
    Add uifcapi_t.kmode that can be used to set global key-input mode flagse.g. this a way to set the K_TRIM mode globally for all keyboard input
    --- 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 Thu May 25 18:54:06 2023
    https://gitlab.synchro.net/main/sbbs/-/commit/016a382b3800d13d9b2528a6
    Modified Files:
    src/uifc/uifc.h uifc32.c
    Log Message:
    Support narrower (e.g. < 80 column) screen modes betterMaximize screen realestate for options/settings display:- Don't place a margin around windows when in a narrow screen mode.- Don't display shadows on windows when in a narrow screen mode.This commit also fixes a bug in uinput() when left was non-zero and the totalwidth (left + width) would be too wide for the screen. This bug was apparent inSCFG->Message Areas in 50 column mode (no Message Group
    window would bedisplayed when a message group was selected).
    --- 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 Thu May 25 18:54:06 2023
    https://gitlab.synchro.net/main/sbbs/-/commit/877deacbf061991269507494
    Modified Files:
    src/uifc/uifc.h uifc32.c
    Log Message:
    Change win_t.buf to a void* (avoid a lot of typecasting)
    --- SBBSecho 3.20-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)