From 968163761eb792d3beca8458e828c55ae8e289b0 Mon Sep 17 00:00:00 2001 From: Andrew Pamment Date: Thu, 30 Mar 2017 13:28:04 +1000 Subject: [PATCH] more experiments --- utils/magiedit/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/magiedit/main.c b/utils/magiedit/main.c index 26a0a84..fb5da41 100644 --- a/utils/magiedit/main.c +++ b/utils/magiedit/main.c @@ -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) {