aboutsummaryrefslogtreecommitdiffstats
path: root/proto.h
diff options
context:
space:
mode:
authorTatsuya Kinoshita <tats@debian.org>2020-01-13 03:26:40 +0000
committerGitHub <noreply@github.com>2020-01-13 03:26:40 +0000
commitd2abc086894ed847752b7cdfe412f9bd845b5c4a (patch)
tree3c35abd44abacaf7a7d855c56a6a8c033e988b39 /proto.h
parentUpdate ChangeLog (diff)
parentAdd command to go home. (diff)
downloadw3m-d2abc086894ed847752b7cdfe412f9bd845b5c4a.tar.gz
w3m-d2abc086894ed847752b7cdfe412f9bd845b5c4a.zip
Merge pull request #124 from butwerenotthereyet/go-home
Add command to go home.
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 ed8f890..d513527 100644
--- a/proto.h
+++ b/proto.h
@@ -81,6 +81,7 @@ extern void prevBf(void);
extern void backBf(void);
extern void deletePrevBuf(void);
extern void goURL(void);
+extern void goHome(void);
extern void gorURL(void);
extern void ldBmark(void);
extern void adBmark(void);