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)) {