summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorwrmr2025-10-19 20:06:04 -0400
committerwrmr2025-10-19 20:06:04 -0400
commitd6348a4ba833f99b049766574628c23943a60e97 (patch)
tree14a9a04d868cafaf7996f4a4b1693da251447f81 /main.c
parentbe75e7e2363cf7d26a86efde1bf64983c70c8262 (diff)
print newline at program end to scroll down
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 41071fe..9276093 100644
--- a/main.c
+++ b/main.c
@@ -1407,6 +1407,7 @@ resize:
arena_free(&temp_arena);
fini_curses();
+ puts("");
return 0;
}