Do not add an extra blank line on uiLoad
Adding one for the last unread position now, so this is mostly redundant, I think.
This commit is contained in:
parent
9063c656d5
commit
a0f012c614
2
ui.c
2
ui.c
@ -1095,8 +1095,6 @@ void uiLoad(const char *name) {
|
|||||||
bufferPush(&window->buffer, heat, time, buf);
|
bufferPush(&window->buffer, heat, time, buf);
|
||||||
}
|
}
|
||||||
reflow(window);
|
reflow(window);
|
||||||
waddch(window->pad, '\n');
|
|
||||||
window->unreadLines++;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
free(buf);
|
free(buf);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user