From 1e3ed299df229c884c0dca5ff4b7a2d83293e923 Mon Sep 17 00:00:00 2001 From: Jeremy Bryant Date: Wed, 25 Sep 2024 22:28:04 +0100 Subject: [PATCH] ; * src/cm.c (cmgoto): Add function documentation (bug#73487). (cherry picked from commit bfbed2f3ee40ac6dba46e80d1665a820d64ba091) --- src/cm.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/cm.c b/src/cm.c index ad419ce0af1..e1014af5298 100644 --- a/src/cm.c +++ b/src/cm.c @@ -317,6 +317,8 @@ losecursor (void) #define USELL 2 #define USECR 3 +/* 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