Leave a blank line after loaded buffer

weechat-hashes
C. McEnroe 2020-02-10 19:44:35 -05:00
parent b59431bb15
commit e6c18403e2
1 changed files with 1 additions and 1 deletions

2
ui.c
View File

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