diff options
-rw-r--r-- | ui.c | 2 |
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); |