aboutsummaryrefslogtreecommitdiff
path: root/vis.h
diff options
context:
space:
mode:
Diffstat (limited to 'vis.h')
-rw-r--r--vis.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/vis.h b/vis.h
index 1c72525..56bf17b 100644
--- a/vis.h
+++ b/vis.h
@@ -153,6 +153,7 @@ enum VisMode {
};
void vis_mode_switch(Vis*, enum VisMode);
+enum VisMode vis_mode_get(Vis*);
/* In the specified mode: map a given key to a binding (binding->key is ignored).
* Fails if a prefix of `key' is already mapped and `force' is false. Otherwise
* all such prefixes are unmapped. */