Subj : src/sbbs3/inkey.cpp newuser.cpp sbbsdefs.h useredit.cpp To : Git commit to sbbs/master From : Rob Swindell Date : Mon Nov 02 2020 12:48 am https://gitlab.synchro.net/sbbs/sbbs/-/commit/0eaa6bbfd0c723ab3d5d91a9 Modified Files: src/sbbs3/inkey.cpp newuser.cpp sbbsdefs.h useredit.cpp Log Message: Support PETSCII terminals connected to non-PETSCII ports The reported problem (by John "Jay" Crutti) was: If autodetection of the terminal is used from the defaults menu I get stuck on the prompt to hit my Delete key because on the BBS, it keeps showing me login statistics every time I hit my delete key. Add/use new K_CTRLKEYS mode to stop inkey() from handling/eating control-keys (e.g. Ctrl-T) when asking user to hit backspace during defaults->terminal settings. Allow PETSCII_DELETE (Ctrl-T) as a valid option when asking for the backspace/delete key and set the PETSCII flag in the autoterm variable if hit by the user. .