Fix stupid error
This commit is contained in:
parent
6f6c375656
commit
b696f1e9e7
@ -620,10 +620,9 @@ char *message_editor() {
|
||||
|
||||
}
|
||||
|
||||
od_set_cursor(position_y - top_of_screen + 3, position_x) {
|
||||
od_printf("%s", &line[position_x]);
|
||||
od_clr_line();
|
||||
}
|
||||
od_set_cursor(position_y - top_of_screen + 3, position_x);
|
||||
od_printf("%s", &line[position_x]);
|
||||
od_clr_line();
|
||||
|
||||
/*
|
||||
if (position_x > 1) {
|
||||
|
Reference in New Issue
Block a user