about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui.c b/ui.c
index 57ef322..ecf7e60 100644
--- a/ui.c
+++ b/ui.c
@@ -1008,7 +1008,7 @@ void uiLoad(const char *name) {
 			bufferPush(&window->buffer, time, buf);
 		}
 		reflow(window);
-		// TODO: Place some marker of end of save.
+		waddch(window->pad, '\n');
 	}
 
 	free(buf);