aboutsummaryrefslogtreecommitdiffstats
path: root/src/term.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/term.c')
-rw-r--r--src/term.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/term.c b/src/term.c
index 6a39544c00c..7abb5d2e049 100644
--- a/src/term.c
+++ b/src/term.c
@@ -2382,7 +2382,8 @@ set_tty_color_mode (f, val)
2382 ***********************************************************************/ 2382 ***********************************************************************/
2383 2383
2384#ifdef HAVE_GPM 2384#ifdef HAVE_GPM
2385void term_mouse_moveto (int x, int y) 2385void
2386term_mouse_moveto (int x, int y)
2386{ 2387{
2387 const char *name; 2388 const char *name;
2388 int fd; 2389 int fd;