Remember quote line

This commit is contained in:
Andrew Pamment 2017-04-29 20:20:12 +10:00
parent 6f379e8b47
commit 7a5fac1c2d

View File

@ -51,6 +51,7 @@ char *message_editor() {
position_y = 0;
body_line_count = 0;
done = 0;
q_position = 0;
memset(line, 0, 81);
memset(line_cpy, 0, 81);
@ -377,7 +378,6 @@ char *message_editor() {
od_set_cursor(5, 1);
q_start = 0;
q_position = 0;
q_line_count = 0;
q_done = 0;
redraw = 1;