Experimental change
This commit is contained in:
parent
b696f1e9e7
commit
5dc6a17d98
@ -621,7 +621,7 @@ char *message_editor() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
od_set_cursor(position_y - top_of_screen + 3, position_x);
|
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();
|
od_clr_line();
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Reference in New Issue
Block a user