From 980f9cdaa36c634f1d8518b971b4d203c1a5bd32 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Fri, 27 Sep 2024 09:19:19 +0300 Subject: [PATCH] ; * src/cm.c (cmgoto): Fix last change. (cherry picked from commit 57c552b8b9071b137451299534bd870616b952e9) --- src/cm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cm.c b/src/cm.c index e1014af5298..8eb799c9eb6 100644 --- a/src/cm.c +++ b/src/cm.c @@ -317,7 +317,7 @@ losecursor (void) #define USELL 2 #define USECR 3 -/* Move the cursor to (row, col), by computing the optimal way. */ +/* Move the cursor to (ROW, COL), by computing the optimal way. */ void cmgoto (struct tty_display_info *tty, int row, int col) -- 2.39.5