summary refs log tree commit diff
path: root/ui.c
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-02-10 19:44:35 -0500
committerJune McEnroe <june@causal.agency>2020-02-10 19:44:35 -0500
commite6c18403e22bde5a785b7172903f640d03cb8a35 (patch)
treed4cc3a1b757a1253b7112ae1843d2d1fc0ed73d1 /ui.c
parentAdd -s to save and load buffers (diff)
downloadcatgirl-e6c18403e22bde5a785b7172903f640d03cb8a35.tar.gz
catgirl-e6c18403e22bde5a785b7172903f640d03cb8a35.zip
Leave a blank line after loaded buffer
Diffstat (limited to '')
-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);