about summary refs log tree commit diff
path: root/ui.c
diff options
context:
space:
mode:
Diffstat (limited to 'ui.c')
-rw-r--r--ui.c2
1 files changed, 0 insertions, 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);