aboutsummaryrefslogtreecommitdiff
path: root/vis.c
diff options
context:
space:
mode:
Diffstat (limited to 'vis.c')
-rw-r--r--vis.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/vis.c b/vis.c
index 339bfb0..594a7a9 100644
--- a/vis.c
+++ b/vis.c
@@ -2453,12 +2453,12 @@ int main(int argc, char *argv[]) {
}
}
- if (!(vis = editor_new(ui_curses_new())))
+ if (!(vis = editor_new(ui_curses_new(colors))))
die("Could not allocate editor core\n");
vis->mode_prev = vis->mode = config->mode;
- if (!editor_syntax_load(vis, syntaxes, colors))
+ if (!editor_syntax_load(vis, syntaxes))
die("Could not load syntax highlighting definitions\n");
char *cmd = NULL;