Do not add an extra blank line on uiLoad

Adding one for the last unread position now, so this is mostly
redundant, I think.
weechat-hashes
C. McEnroe 2020-04-02 11:00:05 -04:00
parent 9063c656d5
commit a0f012c614
1 changed files with 0 additions and 2 deletions

2
ui.c
View File

@ -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);