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 351ad54..e686b73 100644
--- a/vis.c
+++ b/vis.c
@@ -2758,7 +2758,7 @@ int main(int argc, char *argv[]) {
die("Could not load bindings for mode: %s\n", mode->name);
}
- if (!(vis = editor_new(ui_curses_new(colors))))
+ if (!(vis = editor_new(ui_curses_new())))
die("Could not allocate editor core\n");
vis->mode_prev = vis->mode = config->mode;