more experiments

This commit is contained in:
Andrew Pamment 2017-03-30 13:28:04 +10:00
parent 5dc6a17d98
commit 968163761e

View File

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