about summary refs log tree commit diff homepage
diff options
context:
space:
mode:
-rwxr-xr-xclient.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/client.c b/client.c
index 72c21c9..4eb726b 100755
--- a/client.c
+++ b/client.c
@@ -130,9 +130,7 @@ static void readInput(void) {
             insert.len--;
         } else if (c == '\n') {
             clientMove(insert.dy, insert.dx);
-            for (uint8_t i = 0; i < insert.len; ++i) {
-                clientMove(-insert.dx, -insert.dy);
-            }
+            clientMove(-insert.dx * insert.len, -insert.dy * insert.len);
             insert.len = 0;
         } else if (isprint(c)) {
             clientPut(inputColor, c);
813&follow=1'>Switch to jorts Install scriptJune McEnroe 2022-06-08Indicate if still reading or no resultsJune McEnroe 2022-06-08Add Maiden, Mother, CroneJune McEnroe 2022-06-05FIRST SHOW IN 2.5 YEARS BABEY!!!June McEnroe 2022-06-03Set line number on File linesJune McEnroe 2022-06-03Stop polling stdin after EOFJune McEnroe 2022-06-02Set TABSIZE=4June McEnroe 2022-06-02Do basic match highlightingJune McEnroe 2022-06-02Clean up parsing a littleJune McEnroe 2022-06-02Don't duplicate path stringJune McEnroe 2022-06-02Use stderr instead of /dev/tty, realloc buffer if lines too longJune McEnroe 2022-06-02Add initial working version of qfJune McEnroe 2022-05-29Set prompt for okshJune McEnroe