Subj : src/sbbs3/useredit.cpp To : Git commit to main/sbbs/master From : Rob Swindell Date : Sat Jan 21 2023 09:49 pm https://gitlab.synchro.net/main/sbbs/-/commit/d83001e8cff767fcd80261d6 Modified Files: src/sbbs3/useredit.cpp Log Message: Better handling of Quit/Ctrl-C at default protocol selection IF user hits 'Q' (or whatever the "Quit" key is), set the default protocol field in the user record to " " (instead of an empty string). If user hits abort (Ctrl-C), don't make any change to the default protocol. .