From a0f012c614e25f9a0172d1da228c152ca6e2eb4c Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Thu, 2 Apr 2020 11:00:05 -0400 Subject: Do not add an extra blank line on uiLoad Adding one for the last unread position now, so this is mostly redundant, I think. --- ui.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/ui.c b/ui.c index f4e1200..6d9dddc 100644 --- a/ui.c +++ b/ui.c @@ -1095,8 +1095,6 @@ void uiLoad(const char *name) { bufferPush(&window->buffer, heat, time, buf); } reflow(window); - waddch(window->pad, '\n'); - window->unreadLines++; } free(buf); -- cgit 1.4.1