; * src/cm.c (cmgoto): Add function documentation (bug#73487).
This commit is contained in:
parent
ff4082284a
commit
bfbed2f3ee
1 changed files with 2 additions and 0 deletions
2
src/cm.c
2
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)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue