aboutsummaryrefslogtreecommitdiff
path: root/vis.h
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2016-01-14 21:40:47 +0100
committerMarc André Tanner <mat@brain-dump.org>2016-01-14 21:40:47 +0100
commitf5a693ee28131bfbe363daa43a2af557f9448da7 (patch)
tree2a57b24229302609f1de75da155e0d4766b21e3b /vis.h
parent3a058c2bec89cb12817a56c65119bb81b134c000 (diff)
downloadvis-f5a693ee28131bfbe363daa43a2af557f9448da7.tar.gz
vis-f5a693ee28131bfbe363daa43a2af557f9448da7.tar.xz
vis: move prompt handling to separate file
Diffstat (limited to 'vis.h')
-rw-r--r--vis.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/vis.h b/vis.h
index 9be52e0..37d91c9 100644
--- a/vis.h
+++ b/vis.h
@@ -358,6 +358,8 @@ void vis_cancel(Vis*);
/* execute a :-command (including an optinal range specifier) */
bool vis_cmd(Vis*, const char *cmd);
+/* execute any kind (:,?,/) of prompt command */
+bool vis_prompt_cmd(Vis*, const char *cmd);
/* given the start of a key, returns a pointer to the start of the one immediately
* following as will be processed by the input system. skips over special keys