From 436d482337ad1a88436973337650473e6d7ace41 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 --- src/cm.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/cm.c b/src/cm.c index ad419ce0af1..0832eaf84b5 100644 --- a/src/cm.c +++ b/src/cm.c @@ -317,6 +317,10 @@ #define USEHOME 1 #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.45.2