Skip to content
Snippets Groups Projects
Commit 653e43e8 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Hitting Ctrl-C at the "Use external editor" prompt shouldn't change anything

parent f3817229
Branches
Tags
1 merge request!463MRC mods by Codefenix (2024-10-20)
......@@ -930,7 +930,8 @@ void sbbs_t::maindflts(user_t* user)
break;
case 'E':
if(noyes(text[UseExternalEditorQ])) {
putuserstr(user->number, USER_XEDIT, nulstr);
if(!(sys_status & SS_ABORT))
putuserstr(user->number, USER_XEDIT, nulstr);
break;
}
if(user->xedit)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment