From e6c18403e22bde5a785b7172903f640d03cb8a35 Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Mon, 10 Feb 2020 19:44:35 -0500 Subject: Leave a blank line after loaded buffer --- ui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui.c') 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); -- cgit 1.4.1