aboutsummaryrefslogtreecommitdiff
path: root/vis.h
diff options
context:
space:
mode:
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 13f5454..fd0e300 100644
--- a/vis.h
+++ b/vis.h
@@ -31,6 +31,8 @@ typedef struct {
void (*init)(Vis*);
void (*start)(Vis*);
void (*quit)(Vis*);
+ void (*mode_insert_input)(Vis*, const char *key, size_t len);
+ void (*mode_replace_input)(Vis*, const char *key, size_t len);
void (*file_open)(Vis*, File*);
bool (*file_save_pre)(Vis*, File*, const char *path);
void (*file_save_post)(Vis*, File*, const char *path);