From a7959e9156045050cbef6088653b80cfbcb11747 Mon Sep 17 00:00:00 2001 From: Andrew Pamment Date: Thu, 30 Mar 2017 13:38:05 +1000 Subject: [PATCH] editor.. --- utils/magiedit/main.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/utils/magiedit/main.c b/utils/magiedit/main.c index 5be1aa8..d353706 100644 --- a/utils/magiedit/main.c +++ b/utils/magiedit/main.c @@ -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) {