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
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
......@@ -930,6 +930,7 @@ void sbbs_t::maindflts(user_t* user)
break;
case 'E':
if(noyes(text[UseExternalEditorQ])) {
if(!(sys_status & SS_ABORT))
putuserstr(user->number, USER_XEDIT, nulstr);
break;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment