• src/sbbs3/inkey.cpp sbbs.h

    From Rob Swindell (on ChromeOS) to Git commit to main/sbbs/master on Friday, February 03, 2023 00:23:30
    https://gitlab.synchro.net/main/sbbs/-/commit/fa5ba5a6bb415ca4aeb3e451
    Modified Files:
    src/sbbs3/inkey.cpp sbbs.h
    Log Message:
    Move input translation (e.g. for PETSCII) to its own sbbs_t methods

    Move kbincom() to an sbbs_t method.

    No functional change here, just getting ready to support input translation for stdio
    external programs as an option.