; * src/cm.c (cmgoto): Fix last change.

This commit is contained in:
Eli Zaretskii 2024-09-27 09:19:19 +03:00
parent bfbed2f3ee
commit 57c552b8b9

View file

@ -317,7 +317,7 @@ losecursor (void)
#define USELL 2
#define USECR 3
/* Move the cursor to (row, col), by computing the optimal way. */
/* Move the cursor to (ROW, COL), by computing the optimal way. */
void
cmgoto (struct tty_display_info *tty, int row, int col)