From: Jeremy Bryant Date: Wed, 25 Sep 2024 21:28:04 +0000 (+0100) Subject: ; * src/cm.c (cmgoto): Add function documentation (bug#73487). X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1e3ed299df229c884c0dca5ff4b7a2d83293e923;p=emacs.git ; * src/cm.c (cmgoto): Add function documentation (bug#73487). (cherry picked from commit bfbed2f3ee40ac6dba46e80d1665a820d64ba091) --- 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) {