summaryrefslogtreecommitdiff
path: root/src/command.h
diff options
context:
space:
mode:
authorDaniel Carl <danielcarl@gmx.de>2013-08-05 21:10:30 +0200
committerDaniel Carl <danielcarl@gmx.de>2013-08-05 21:55:58 +0200
commitce1fcd3d58f6406f457a5f9a6ce1858626e8f790 (patch)
tree1f48c29575ed3762a97f382bfccb3c9eaad70139 /src/command.h
parent861421b01770c485a971f3a403b1b9163fa5e2be (diff)
Added command pass-through to switch to pass through mode.
The pass-through mode allows to skip all keybindings accept of <esc> and <ctrl-c> in vimb to let the webview handle them.
Diffstat (limited to 'src/command.h')
-rw-r--r--src/command.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/command.h b/src/command.h
index 50e5ab0..3cdd36f 100644
--- a/src/command.h
+++ b/src/command.h
@@ -93,5 +93,6 @@ gboolean command_shellcmd(const Arg *arg);
#ifdef FEATURE_QUEUE
gboolean command_queue(const Arg *arg);
#endif
+gboolean command_mode(const Arg *arg);
#endif /* end of include guard: _COMMAND_H */