; * src/cm.c (cmgoto): Fix last change.
This commit is contained in:
parent
bfbed2f3ee
commit
57c552b8b9
1 changed files with 1 additions and 1 deletions
2
src/cm.c
2
src/cm.c
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue