editor..
This commit is contained in:
parent
2a7579f52e
commit
a7959e9156
@ -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) {
|
||||
|
Reference in New Issue
Block a user