From b02be3f2ecb08c1beb5ccd86c06a68ea7d63ff00 Mon Sep 17 00:00:00 2001 From: Jeremy Bryant Date: Wed, 25 Sep 2024 22:04:23 +0100 Subject: [PATCH] ; * src/cm.c (calccost): Fix typo. (Bug#73485) (cherry picked from commit 0c861b820b79d9bd8b3ed2c445c79ca806b1cb67) --- src/cm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cm.c b/src/cm.c index 67fafa29bcc..ad419ce0af1 100644 --- a/src/cm.c +++ b/src/cm.c @@ -193,7 +193,7 @@ calccost (struct tty_display_info *tty, tabcost; register const char *p; - /* If have just wrapped on a terminal with xn, + /* If we have just wrapped on a terminal with xn, don't believe the cursor position: give up here and force use of absolute positioning. */ -- 2.39.5