Subj : src/sbbs3/useredit.cpp To : Git commit to main/sbbs/master From : Rob Swindell (on Windows) Date : Thu Sep 14 2023 09:28 pm https://gitlab.synchro.net/main/sbbs/-/commit/8d60770fa44d0ea8dd09d48b Modified Files: src/sbbs3/useredit.cpp Log Message: Change external editor yes/no prompt default to match current user setting Also, although not a bug (because we re-read/parse the user's record every menu cycle), don't decrement user.xedit before calling uselect() - just not a good practice to not modify variables unnecessarily. See the corresponding change to exec.cpp, which was a bug. .