Subj : src/sbbs3/exec.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/bbe9979815e99664290c9683 Modified Files: src/sbbs3/exec.cpp Log Message: Don't decrement user.xedit before calling uselect() This bug would leave the user's external editor setting decremented by one if they aborted (with Ctrl-C). Fixes issue #631 .