summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Bryant <jb@jeremybryant.net>2024-09-25 22:28:04 +0100
committerEli Zaretskii <eliz@gnu.org>2024-09-27 09:17:29 +0300
commitbfbed2f3ee40ac6dba46e80d1665a820d64ba091 (patch)
tree7c54e5b7a878547c3518718d4f60f3ca22d0e81d
parentff4082284a06de319a3c4e5ed1144f15f5226eca (diff)
; * src/cm.c (cmgoto): Add function documentation (bug#73487).
-rw-r--r--src/cm.c2
1 files changed, 2 insertions, 0 deletions
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)
{