aboutsummaryrefslogtreecommitdiff
path: root/vis.c
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2014-09-10 14:13:44 +0200
committerMarc André Tanner <mat@brain-dump.org>2014-09-10 14:13:44 +0200
commita5e0c7efb08460e577e9ff0997991e5adfe6c473 (patch)
treed73081616c2f2dd6ca63ec4bcf9cddf08ac44fb4 /vis.c
parentd1eb042871f2da438286f15c65b0020bdac10f0e (diff)
downloadvis-a5e0c7efb08460e577e9ff0997991e5adfe6c473.tar.gz
vis-a5e0c7efb08460e577e9ff0997991e5adfe6c473.tar.xz
Redraw editor content after command execution
Diffstat (limited to 'vis.c')
-rw-r--r--vis.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/vis.c b/vis.c
index 4150fae..ec8279c 100644
--- a/vis.c
+++ b/vis.c
@@ -603,6 +603,7 @@ static void prompt_enter(const Arg *arg) {
break;
}
free(s);
+ editor_draw(vis);
}
static void prompt_up(const Arg *arg) {