• src/sbbs3/getstr.cpp

    From Deuc¿@VERT to Git commit to main/sbbs/master on Thu Feb 13 10:32:08 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/493b99a7846211fe82006d4e
    Modified Files:
    src/sbbs3/getstr.cpp
    Log Message:
    Remove exascii literals.

    Replace with \xXX values
    ---
    þ 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 Sat Jan 3 17:50:04 2026
    https://gitlab.synchro.net/main/sbbs/-/commit/f35d9c19574f82382f242593
    Modified Files:
    src/sbbs3/getstr.cpp
    Log Message:
    In K_AUTODEL mode, treat backspace same as DELete for initial keystroke

    This makes more sense than just deleting the last char in the string in this case.
    ---
    þ 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 Wed Jan 7 23:21:25 2026
    https://gitlab.synchro.net/main/sbbs/-/commit/2dc974140a8ea8f1d1b43050
    Modified Files:
    src/sbbs3/getstr.cpp
    Log Message:
    Down-arrow (^J) should not treated like CR when there's a history list

    That prevented moving down through the history
    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net