From 2901e6cd72c64b96f95036f17f1da8e13e02720c Mon Sep 17 00:00:00 2001 From: Andrew Pamment Date: Sat, 3 Dec 2016 15:32:13 +1000 Subject: [PATCH] Fix for FSE --- utils/magiedit/main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/utils/magiedit/main.c b/utils/magiedit/main.c index e66e2e9..78bda4a 100644 --- a/utils/magiedit/main.c +++ b/utils/magiedit/main.c @@ -330,6 +330,7 @@ char *message_editor() { } else { if (strlen(line) == 78) { strncat(line, &ch.chKeyPress, 1); + position_x++; } if (position_x < strlen(line)) {