aboutsummaryrefslogtreecommitdiff
path: root/vis.c
diff options
context:
space:
mode:
Diffstat (limited to 'vis.c')
-rw-r--r--vis.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vis.c b/vis.c
index 3aefc9a..a6b5d12 100644
--- a/vis.c
+++ b/vis.c
@@ -60,7 +60,7 @@ struct Mode {
typedef struct {
char *name; /* is used to match against argv[0] to enable this config */
Mode *mode; /* default mode in which the editor should start in */
- editor_statusbar_t statusbar; /* routine which is called whenever the cursor is moved within a window */
+ void (*statusbar)(EditorWin*); /* routine which is called whenever the cursor is moved within a window */
} Config;
typedef struct {