This commit is contained in:
Andrew Pamment 2017-03-30 13:38:05 +10:00
parent 2a7579f52e
commit a7959e9156

View File

@ -626,7 +626,10 @@ char *message_editor() {
od_clr_line();
od_set_cursor(position_y - top_of_screen + 3, position_x + 1);
} else {
od_set_cursor(position_y - top_of_screen + 3, 1);
od_printf("%s", line);
od_clr_line();
od_set_cursor(position_y - top_of_screen + 3, 1);
}
/*
if (position_x > 1) {