Experimental change

This commit is contained in:
Andrew Pamment 2017-03-30 13:22:46 +10:00
parent b696f1e9e7
commit 5dc6a17d98

View File

@ -621,7 +621,7 @@ char *message_editor() {
}
od_set_cursor(position_y - top_of_screen + 3, position_x);
od_printf("%s", &line[position_x]);
od_printf("%s", &line[position_x-1]);
od_clr_line();
/*