aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/cm.c2
1 files changed, 2 insertions, 0 deletions
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)
317#define USELL 2 317#define USELL 2
318#define USECR 3 318#define USECR 3
319 319
320/* Move the cursor to (row, col), by computing the optimal way. */
321
320void 322void
321cmgoto (struct tty_display_info *tty, int row, int col) 323cmgoto (struct tty_display_info *tty, int row, int col)
322{ 324{