aboutsummaryrefslogtreecommitdiffstats
path: root/proto.h
diff options
context:
space:
mode:
authorTatsuya Kinoshita <tats@debian.org>2013-04-08 12:56:49 +0000
committerTatsuya Kinoshita <tats@debian.org>2013-04-08 12:56:49 +0000
commitf1d51e933e2a3b4dfb65d329d15bf782bd8f86bd (patch)
tree40091a2df83aa6b205265fd43cb5bb18b0cb6971 /proto.h
parentMerge from upstream on 2012-05-22 (diff)
parentSupport SGR 1006 mouse reporting (diff)
downloadw3m-f1d51e933e2a3b4dfb65d329d15bf782bd8f86bd.tar.gz
w3m-f1d51e933e2a3b4dfb65d329d15bf782bd8f86bd.zip
Merge branch 'feature/sgrmouse'
Diffstat (limited to 'proto.h')
-rw-r--r--proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/proto.h b/proto.h
index c7992ca..75cbba3 100644
--- a/proto.h
+++ b/proto.h
@@ -685,6 +685,7 @@ extern void reMark(void);
#ifdef USE_MOUSE
extern void mouse(void);
+extern void sgrmouse(void);
extern void mouse_init(void);
extern void mouse_end(void);
extern void mouse_active(void);