Remember quote line
This commit is contained in:
parent
6f379e8b47
commit
7a5fac1c2d
@ -51,6 +51,7 @@ char *message_editor() {
|
|||||||
position_y = 0;
|
position_y = 0;
|
||||||
body_line_count = 0;
|
body_line_count = 0;
|
||||||
done = 0;
|
done = 0;
|
||||||
|
q_position = 0;
|
||||||
|
|
||||||
memset(line, 0, 81);
|
memset(line, 0, 81);
|
||||||
memset(line_cpy, 0, 81);
|
memset(line_cpy, 0, 81);
|
||||||
@ -377,7 +378,6 @@ char *message_editor() {
|
|||||||
od_set_cursor(5, 1);
|
od_set_cursor(5, 1);
|
||||||
|
|
||||||
q_start = 0;
|
q_start = 0;
|
||||||
q_position = 0;
|
|
||||||
q_line_count = 0;
|
q_line_count = 0;
|
||||||
q_done = 0;
|
q_done = 0;
|
||||||
redraw = 1;
|
redraw = 1;
|
||||||
|
Reference in New Issue
Block a user