• src/sbbs3/getkey.cpp js_console.cpp sbbs.h

    From rswindell@VERT to CVS commit on Sun Mar 1 15:55:47 2020
    src/sbbs3 getkey.cpp 1.57 1.58 js_console.cpp 1.141 1.142 sbbs.h 1.556 1.557 Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv11616

    Modified Files:
    getkey.cpp js_console.cpp sbbs.h
    Log Message:
    sbbs_t::yesno() and noyes() and their JS equivalents (console.yesno/noyes)
    now accept an optional print-mode (a.k.a. pmode) argument to provide more control over the printing that happens in these functions/methods.
    The immediate use is for P_NOCRLF to stop the newline from being printed
    after a yes or no response (e.g. in a full-screen UI), but there could be other uses.


    ---
    � Synchronet � Vertrauen � Home of Synchronet � [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Thu May 7 23:04:56 2020
    src/sbbs3 getkey.cpp 1.61 1.62 js_console.cpp 1.148 1.149 sbbs.h 1.566 1.567 Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv28923

    Modified Files:
    getkey.cpp js_console.cpp sbbs.h
    Log Message:
    Add sbbs_t::keybuf_space() and keybuf_level()
    and JS console.keyboard_buffer_space() and keyboard_buffer_level()
    ... for tracking the number of character spaces used and available in the the (unget)keyboard input buffer.


    ---
    � 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 Tue Feb 17 16:38:05 2026
    https://gitlab.synchro.net/main/sbbs/-/commit/6f272c3f85ab448fbd7da5a9
    Modified Files:
    src/sbbs3/getkey.cpp js_console.cpp sbbs.h
    Log Message:
    Add optional P_mode argument to mnemonics()

    It turns out we don't need these to enable @-code support (they're enabled already, magically), but we might still want to disable @-codes (P_NOATCODES) or use other P_mode flags (e.g. P_CENTER) in the future.

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