summary refs log tree commit diff
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
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);
4837c95cb784bbffd954f7905bcdaa49&follow=1'>Add FrontierJune McEnroe 2019-05-27Break nicks with ZWNJJune McEnroe 2019-05-26Add DawnJune McEnroe 2019-05-20Declare vasprintf(3) for GNUJune McEnroe 2019-05-20Fix comparison warning in ttpreJune McEnroe 2019-05-20Add AuthorityJune McEnroe 2019-05-19Specify precedence of unary versions of operatorsJune McEnroe 2019-05-18Add compound assignment operators to orderJune McEnroe 2019-05-15Support simple assignment in orderJune McEnroe 2019-05-15Implement sizeof in orderJune McEnroe 2019-05-15Add orderJune McEnroe 2019-05-12Add T suffix in bitJune McEnroe 2019-05-10Highlight yacc and lex files as CJune McEnroe 2019-05-10Use val instead of suboptargJune McEnroe 2019-05-09Add Parable of the SowerJune McEnroe 2019-05-07Add bit without buildJune McEnroe 2019-05-04Fix MANDIR typoJune McEnroe 2019-05-04Move relay to binJune McEnroe