• src/sbbs3/inkey.cpp

    From rswindell@VERT to CVS commit on Sunday, May 03, 2020 00:27:07
    src/sbbs3 inkey.cpp 1.63 1.64
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv28835

    Modified Files:
    inkey.cpp
    Log Message:
    When a user sends an ANSI escape sequence (like say, an arrow key), don't set the persistent ANSI flag in their user record. Setting the flag in the auto-terminal detection value should be enough.


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Sunday, May 03, 2020 13:33:58
    src/sbbs3 inkey.cpp 1.64 1.65
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv31681

    Modified Files:
    inkey.cpp
    Log Message:
    Assume the characters in the ungetkey-buffer are ASCII. This fixes the problem with getstr(..., K_AUTODEL) and PETSCII terminals, reversing the case (capitalization) of the first character typed.


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Monday, August 03, 2020 20:56:37
    src/sbbs3 inkey.cpp 1.79 1.80
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv29567

    Modified Files:
    inkey.cpp
    Log Message:
    Allow set_mouse() to disable mouse-reporting in the terminal (if it was previously enabled), even when mouse support has been turned off by the user.


    ---
    þ 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 Friday, September 12, 2025 15:17:16
    https://gitlab.synchro.net/main/sbbs/-/commit/6b21e02c80975e58aee0878c
    Modified Files:
    src/sbbs3/inkey.cpp
    Log Message:
    This use of update_terminal() causes later crash

    ANSI_Terminal::getxy(unsigned int * x, unsigned int * y) Line 371 js_getxy(JSContext * cx, unsigned int argc, unsigned __int64 * arglist) Line 2036

    sbbs becomes garbage (0xdddddddd) in the while(sbbs->online ...) loop

    ---
    þ 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 Friday, September 12, 2025 15:31:30
    https://gitlab.synchro.net/main/sbbs/-/commit/8e76a1de9a6f758385f1d198
    Modified Files:
    src/sbbs3/inkey.cpp
    Log Message:
    Fix was appears to be broken but harmless logic in inkey()

    last_inkey_was_esc was never set to false, once true.

    Setting autoterm here doesn't really do anything anyway, since we can't call update_terminal() here, so maybe this logic/block should just be removed.

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