• src/sbbs3/getkey.cpp

    From Rob Swindell@1:103/705 to Git commit to sbbs/master on Fri Sep 4 20:24:29 2020
    https://gitlab.synchro.net/sbbs/sbbs/-/commit/f4e3e9da454cb9237ab6b585
    Modified Files:
    src/sbbs3/getkey.cpp
    Log Message:
    Resolve gcc warning: unused variable ‘term’Also optimization of spinning cursor: don't call strlen() for each spin
    --- SBBSecho 3.11-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell@1:103/705 to Git commit to sbbs/master on Wed Sep 9 02:22:08 2020
    https://gitlab.synchro.net/sbbs/sbbs/-/commit/2411b2d723821f347f24ca9d
    Modified Files:
    src/sbbs3/getkey.cpp
    Log Message:
    Spinning cursor over the hardware cursor - disabled.Define SPINNING_CURSOR_OVER_HARDWARE_CURSOR to enable this experimentalfeature. I'm not sure I like it better than the way the spinning cursorhas been displayed for decades (to the left of the hardware cursor).
    --- SBBSecho 3.11-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell@1:103/705 to Git commit to sbbs/master on Thu Nov 5 00:02:18 2020
    https://gitlab.synchro.net/sbbs/sbbs/-/commit/688b566bd32ddb4bee07d60e
    Modified Files:
    src/sbbs3/getkey.cpp
    Log Message:
    Fix logged garbage observed in release rPi3 buildsThe "insert key into keybuf" log line could contain garbage. Apparentlyin a release build, the nested scope stack variable is actually invalidafter the end of the scope. Weird.
    --- SBBSecho 3.11-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)