--- lbbs/src/editor.c 2025/07/20 02:04:21 1.40 +++ lbbs/src/editor.c 2025/09/28 11:18:28 1.41 @@ -920,6 +920,7 @@ int editor_display(EDITOR_DATA *p_editor case KEY_TIMEOUT: goto cleanup; case Ctrl('W'): + case Ctrl('X'): loop = 0; break; case Ctrl('S'): // Start of line