• src/sbbs3/inkey.cpp sbbsdefs.h

    From Rob Swindell (on Windows 11)@1:103/705 to Git commit to main/sbbs/master on Tue Feb 6 12:35:50 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/b9df7ec5d515268594feccfc
    Modified Files:
    src/sbbs3/inkey.cpp sbbsdefs.h
    Log Message:
    Add K_CP437 mode flag for use with inkey() - translates UTF-8 to CP437

    If you're writing, say, a message editor and you don't want to deal with
    UTF-8 input at all, specify this mode flag to convert any translatable UTF-8 chars (that have CP437 equivalents) to CP437 chars. Non-translatable UTF-8 chars are just ignored (treated the same as a timeout/no-input).
    --- SBBSecho 3.20-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)