diff --git a/utils/magiedit/magiquote.ans b/utils/magiedit/magiquote.ans index 8c46c20..f96e01e 100644 --- a/utils/magiedit/magiquote.ans +++ b/utils/magiedit/magiquote.ans @@ -20,4 +20,4 @@ ---[Ctrl Q Quote Ctrl X Abort]-------------------------------------[MagiEdit2]-- +--[Ctrl Q Quote ESC Abort Quoting]--------------------------------[MagiEdit2]-- diff --git a/utils/magiedit/main.c b/utils/magiedit/main.c index dbd7753..da35290 100644 --- a/utils/magiedit/main.c +++ b/utils/magiedit/main.c @@ -500,7 +500,7 @@ char *message_editor() { } position_x = 0; q_done = 1; - } else if (ch.chKeyPress == 24 || ch.chKeyPress == 27) { + } else if (ch.chKeyPress == 27) { if (q_line_count) { free(q_lines); }