• src/sbbs3/getkey.cpp js_c

    From rswindell@VERT to CVS commit on Friday, May 03, 2019 06:50:00
    src/sbbs3 getkey.cpp 1.52 1.53 js_console.cpp 1.125 1.126
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv30649

    Modified Files:
    getkey.cpp js_console.cpp
    Log Message:
    sbbs_t::getkeys() and by extension, JS console.getkeys() enhancement:
    the 'keys' argument is optional. If no keys are specified (or NULL), then any/ all non-numeric keys are considered valid input and may be returned by this function/method.


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Saturday, May 04, 2019 03:59:00
    src/sbbs3 getkey.cpp 1.53 1.54 js_console.cpp 1.128 1.129 sbbs.h 1.516 1.517 Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv7463

    Modified Files:
    getkey.cpp js_console.cpp sbbs.h
    Log Message:
    Add an optional mode (K_* flag) argument to sbbs_t::getkeys() and by extension, JS's console.getkeys(). If no mode value is specified, K_UPPER is the default behavior (same as before). *.getkeys() currently only recognizes the following mode flags:
    - K_UPPER
    - K_NOECHO
    - K_NOCRLF

    K_NONE (0) is also a valid value.


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