• src/sbbs3/uedit/uedit.c

    From Rob Swindell (on Debian Linux)@VERT to Git commit to main/sbbs/master on Monday, January 27, 2025 18:30:59
    https://gitlab.synchro.net/main/sbbs/-/commit/595d7579077bf6051aaaec06
    Modified Files:
    src/sbbs3/uedit/uedit.c
    Log Message:
    Remember the current menu option/selection for each sub-menu (list)

    ---
    � Synchronet � Vertrauen � Home of Synchronet � [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Friday, March 07, 2025 08:26:59
    https://gitlab.synchro.net/main/sbbs/-/commit/6e93e6284c7f4777744fb25d
    Modified Files:
    src/sbbs3/uedit/uedit.c
    Log Message:
    Use WIN_ATEXIT at exit.

    Also, fix some formatting.

    ---
    � Synchronet � Vertrauen � Home of Synchronet � [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on Windows 11)@VERT to Git commit to main/sbbs/master on Sunday, January 11, 2026 04:52:50
    https://gitlab.synchro.net/main/sbbs/-/commit/dbfea6df66b7519d4fbba03b
    Modified Files:
    src/sbbs3/uedit/uedit.c
    Log Message:
    Fix typo that cause some (not all?) *nix compiles to fail

    error: passing argument 1 of 'newuserdefaults' from incompatible pointer type

    Weird they didn't all fail.

    ---
    � Synchronet � Vertrauen � Home of Synchronet � [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on Windows 11)@VERT to Git commit to main/sbbs/master on Sunday, January 11, 2026 04:57:39
    https://gitlab.synchro.net/main/sbbs/-/commit/d7bd7f8398ae3e339f76b4fa
    Modified Files:
    src/sbbs3/uedit/uedit.c
    Log Message:
    Clean up

    Resolve unused variable warning
    Fix up the newuserdat() error logging

    ---
    � 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 Saturday, March 28, 2026 13:24:37
    https://gitlab.synchro.net/main/sbbs/-/commit/7e39cb16740d0214dbe4028a
    Modified Files:
    src/sbbs3/uedit/uedit.c
    Log Message:
    Remove the deprecated "Hot Keys" setting/toggle

    ---
    � 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 Saturday, March 28, 2026 13:24:37
    https://gitlab.synchro.net/main/sbbs/-/commit/70a120d36e0a4b733e8720ea
    Modified Files:
    src/sbbs3/uedit/uedit.c
    Log Message:
    Add UTF-8, PETSCII, and ICE Color toggles

    for HM Derdoc to experiment with an test his (or Claude's?) theories about how user's stored terminal settings work in combination with terminal auto-detect.

    As you can observe, user's UTF8 flag does *not* persisent when the account is configured for auto-terminal detection and the user reconnects and logs-in with a non-UTF8 terminal.

    The analysis in issue #1106 description appears wrong in at least this respect.

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