Remove Ctrl-X from quoting
This commit is contained in:
parent
4ddc76c1e9
commit
04508ec614
@ -20,4 +20,4 @@
|
||||
|
||||
|
||||
|
||||
--[1m[[33mCtrl Q[0m [1mQuote [33mCtrl X[0m [1mAbort[32m][0;32m-------------------------------------[1m[[37mMagiEdit2[32m][0;32m--
|
||||
--[1m[[33mCtrl Q[0m [1mQuote [33mESC [37mAbort Quoting[32m][0;32m--------------------------------[1m[[37mMagiEdit2[32m][0;32m--
|
||||
|
@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user