--- lbbs/src/editor.c 2025/10/01 02:49:13 1.43 +++ lbbs/src/editor.c 2025/10/01 11:32:50 1.44 @@ -1110,6 +1110,7 @@ int editor_display(EDITOR_DATA *p_editor col_pos = MIN(col_pos, MAX(1, p_editor_data->display_line_widths[line_current - output_current_row + row_pos])); clrline(output_current_row, SCREEN_ROWS); break; + case Ctrl('Q'): case KEY_F1: if (!show_help) // Not reentrant {