aboutsummaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.c b/main.c
index fa2207b..7e74c58 100644
--- a/main.c
+++ b/main.c
@@ -198,6 +198,7 @@ int main(int argc, char **argv) {
path_free(path, height);
map_editor(&map, &width, &height, &start_pos, &end_pos);
+ wrefresh(curscr);
visited = visited_new(width, height);
path = path_func(dirs, map, width, height, start_pos, end_pos, visited, anim);