; * src/cm.c (cmgoto): Add function documentation (bug#73487).

This commit is contained in:
Jeremy Bryant 2024-09-25 22:28:04 +01:00 committed by Eli Zaretskii
parent ff4082284a
commit bfbed2f3ee

View file

@ -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)
{